#AA0E84

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

Shades of Medium Violet Red #AA0E84

Tints of Medium Violet Red #AA0E84

Color information

#AA0E84 (or 0xAA0E84) is unknown color: approx Medium Violet Red. HEX triplet: AA, 0E and 84. RGB value is (170,14,132). Sum of RGB (Red+Green+Blue) = 170+14+132=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E84 is #55F17B. Grayscale: #494949. Windows color (decimal): -5632380 or 8654506. OLE color: 8654506.

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

Color convert

RGB17014132-
CMYK00.920.220.33
HSL314.62º84.78%36.08%-
HSV(B)314.62º91.76%66.67%-
XYZ20.910.5322.76-
YUV74.1160.68196.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 14 (5.86% from 255) = 4.43%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=53.80%
G=4.43%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701413200.920.220.33314.6284.7836.08
HexAAE8405C162113b5524
Octal252162040134264147312544
Binary1010101011101000010001011100101101000011001110111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E84; }

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

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

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

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

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

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

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

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