#AA209C

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

Shades of Medium Red Violet #AA209C

Tints of Medium Red Violet #AA209C

Color information

#AA209C (or 0xAA209C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 20 and 9C. RGB value is (170,32,156). Sum of RGB (Red+Green+Blue) = 170+32+156=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA209C is #55DF63. Grayscale: #575757. Windows color (decimal): -5627748 or 10231978. OLE color: 10231978.

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

Color convert

RGB17032156-
CMYK00.810.080.33
HSL306.09º68.32%39.61%-
HSV(B)306.09º81.18%66.67%-
XYZ23.0911.9832.55-
YUV87.4166.72186.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 32 (12.89% from 255) = 8.94%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=47.49%
G=8.94%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703215600.810.080.33306.0968.3239.61
HexAA209C0518211324428
Octal252402340121104146210450
Binary10101010100000100111000101000110001000011001100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA209C; }

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

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

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

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

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

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

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

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