#AA1587

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

Shades of Medium Violet Red #AA1587

Tints of Medium Violet Red #AA1587

Color information

#AA1587 (or 0xAA1587) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 87. RGB value is (170,21,135). Sum of RGB (Red+Green+Blue) = 170+21+135=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1587 is #55EA78. Grayscale: #4E4E4E. Windows color (decimal): -5630585 or 8852906. OLE color: 8852906.

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

Color convert

RGB17021135-
CMYK00.880.210.33
HSL314.09º78.01%37.45%-
HSV(B)314.09º87.65%66.67%-
XYZ21.2210.8323.89-
YUV78.55159.86193.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=52.15%
G=6.44%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702113500.880.210.33314.0978.0137.45
HexAA1587058152113a4e25
Octal252252070130254147211645
Binary10101010101011000011101011000101011000011001110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1587; }

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

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

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

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

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

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

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

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