#AA20A6

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

Shades of Medium Red Violet #AA20A6

Tints of Medium Red Violet #AA20A6

Color information

#AA20A6 (or 0xAA20A6) is unknown color: approx Medium Red Violet. HEX triplet: AA, 20 and A6. RGB value is (170,32,166). Sum of RGB (Red+Green+Blue) = 170+32+166=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA20A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20A6 is #55DF59. Grayscale: #585858. Windows color (decimal): -5627738 or 10887338. OLE color: 10887338.

HSL color Cylindrical-coordinate representation of color #AA20A6: hue angle of 301.74º 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 #AA20A6 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17032166-
CMYK00.810.020.33
HSL301.74º68.32%39.61%-
HSV(B)301.74º81.18%66.67%-
XYZ23.9812.3337.19-
YUV88.54171.72186.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 166 (65.23% from 255) = 45.11%
R=46.20%
G=8.70%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703216600.810.020.33301.7468.3239.61
HexAA20A605122112e4428
Octal25240246012124145610450
Binary101010101000001010011001010001101000011001011101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA20A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA20A6; }

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

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

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

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

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

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

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

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