#AA0C87

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

Shades of Medium Violet Red #AA0C87

Tints of Medium Violet Red #AA0C87

Color information

#AA0C87 (or 0xAA0C87) is unknown color: approx Medium Violet Red. HEX triplet: AA, 0C and 87. RGB value is (170,12,135). Sum of RGB (Red+Green+Blue) = 170+12+135=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C87 is #55F378. Grayscale: #484848. Windows color (decimal): -5632889 or 8850602. OLE color: 8850602.

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

Color convert

RGB17012135-
CMYK00.930.210.33
HSL313.29º86.81%35.69%-
HSV(B)313.29º92.94%66.67%-
XYZ21.0810.5623.85-
YUV73.26162.85197-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=53.63%
G=3.79%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701213500.930.210.33313.2986.8135.69
HexAAC8705D15211395724
Octal252142070135254147112744
Binary1010101011001000011101011101101011000011001110011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0C87; }

 p { color: rgb(170,12,135); }

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

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

 a { background-color: rgb(170,12,135); }

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

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

 span { border-color: rgb(170,12,135); }

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