#AA0F86

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

Shades of Medium Violet Red #AA0F86

Tints of Medium Violet Red #AA0F86

Color information

#AA0F86 (or 0xAA0F86) is unknown color: approx Medium Violet Red. HEX triplet: AA, 0F and 86. RGB value is (170,15,134). Sum of RGB (Red+Green+Blue) = 170+15+134=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F86 is #55F079. Grayscale: #4A4A4A. Windows color (decimal): -5632122 or 8785834. OLE color: 8785834.

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

Color convert

RGB17015134-
CMYK00.910.210.33
HSL313.94º83.78%36.27%-
HSV(B)313.94º91.18%66.67%-
XYZ21.0510.6123.49-
YUV74.91161.35195.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=53.29%
G=4.70%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701513400.910.210.33313.9483.7836.27
HexAAF8605B152113a5424
Octal252172060133254147212444
Binary1010101011111000011001011011101011000011001110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F86; }

 p { color: rgb(170,15,134); }

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

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

 a { background-color: rgb(170,15,134); }

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

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

 span { border-color: rgb(170,15,134); }

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