#aa2095

Color #AA2095 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA2095

Tints of Medium Red Violet #AA2095

Color information

#AA2095 (or 0xAA2095) is unknown color: approx Medium Red Violet. HEX triplet: AA, 20 and 95. RGB value is (170,32,149). Sum of RGB (Red+Green+Blue) = 170+32+149=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2095 is #55DF6A. Grayscale: #565656. Windows color (decimal): -5627755 or 9773226. OLE color: 9773226.

HSL color Cylindrical-coordinate representation of color #AA2095: hue angle of 309.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2095 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17032149-
CMYK00.810.120.33
HSL309.13º68.32%39.61%-
HSV(B)309.13º81.18%66.67%-
XYZ22.5211.7529.51-
YUV86.6163.22187.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 32 (12.89% from 255) = 9.12%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=48.43%
G=9.12%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703214900.810.120.33309.1368.3239.61
HexAA2095051C211354428
Octal252402250121144146510450
Binary10101010100000100101010101000111001000011001101011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2095; }

 p { color: rgb(170,32,149); }

 H1.HeaderClassName
 {
   color: #aa2095;
 }
 .AnyTagClassName
 {
   color: #aa2095;
 }
</style>
background-color css

<style>
 a { background-color: #aa2095; }

 a { background-color: rgb(170,32,149); }

 div.DivClassName
 {
   background-color: #aa2095;
 }
 .BgClassName
 {
   background-color: #aa2095;
 }
</style>
border-color css

<style>
 span { border-color: #aa2095; }

 span { border-color: rgb(170,32,149); }

 td.TdClassName
 {
   border-color: #aa2095;
 }
 .TagClassName
 {
   border-color: #aa2095;
 }
</style>