#AA209F

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

Shades of Medium Red Violet #AA209F

Tints of Medium Red Violet #AA209F

Color information

#AA209F (or 0xAA209F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 20 and 9F. RGB value is (170,32,159). Sum of RGB (Red+Green+Blue) = 170+32+159=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA209F is #55DF60. Grayscale: #575757. Windows color (decimal): -5627745 or 10428586. OLE color: 10428586.

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

Color convert

RGB17032159-
CMYK00.810.060.33
HSL304.78º68.32%39.61%-
HSV(B)304.78º81.18%66.67%-
XYZ23.3512.0833.9-
YUV87.74168.22186.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 32 (12.89% from 255) = 8.86%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=47.09%
G=8.86%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703215900.810.060.33304.7868.3239.61
HexAA209F0516211314428
Octal25240237012164146110450
Binary1010101010000010011111010100011101000011001100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA209F; }

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

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

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

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

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

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

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

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