#AA0E82

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

Shades of Medium Violet Red #AA0E82

Tints of Medium Violet Red #AA0E82

Color information

#AA0E82 (or 0xAA0E82) is unknown color: approx Medium Violet Red. HEX triplet: AA, 0E and 82. RGB value is (170,14,130). Sum of RGB (Red+Green+Blue) = 170+14+130=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E82 is #55F17D. Grayscale: #494949. Windows color (decimal): -5632382 or 8523434. OLE color: 8523434.

HSL color Cylindrical-coordinate representation of color #AA0E82: hue angle of 315.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E82 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17014130-
CMYK00.920.240.33
HSL315.38º84.78%36.08%-
HSV(B)315.38º91.76%66.67%-
XYZ20.7610.4722.05-
YUV73.87159.68196.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 14 (5.86% from 255) = 4.46%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=54.14%
G=4.46%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701413000.920.240.33315.3884.7836.08
HexAAE8205C182113b5524
Octal252162020134304147312544
Binary1010101011101000001001011100110001000011001110111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E82; }

 p { color: rgb(170,14,130); }

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

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

 a { background-color: rgb(170,14,130); }

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

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

 span { border-color: rgb(170,14,130); }

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