#aa1187

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

Shades of Medium Violet Red #AA1187

Tints of Medium Violet Red #AA1187

Color information

#AA1187 (or 0xAA1187) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 87. RGB value is (170,17,135). Sum of RGB (Red+Green+Blue) = 170+17+135=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1187 is #55EE78. Grayscale: #4B4B4B. Windows color (decimal): -5631609 or 8851882. OLE color: 8851882.

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

Color convert

RGB17017135-
CMYK00.90.210.33
HSL313.73º81.82%36.67%-
HSV(B)313.73º90%66.67%-
XYZ21.1510.723.87-
YUV76.2161.19194.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 17 (7.03% from 255) = 5.28%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=52.80%
G=5.28%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701713500.90.210.33313.7381.8236.67
HexAA118705A152113a5225
Octal252212070132254147212245
Binary10101010100011000011101011010101011000011001110101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1187; }

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

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

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

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

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

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

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

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