#AA2A87

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

Shades of Medium Red Violet #AA2A87

Tints of Medium Red Violet #AA2A87

Color information

#AA2A87 (or 0xAA2A87) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2A and 87. RGB value is (170,42,135). Sum of RGB (Red+Green+Blue) = 170+42+135=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A87 is #55D578. Grayscale: #5A5A5A. Windows color (decimal): -5625209 or 8858282. OLE color: 8858282.

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

Color convert

RGB17042135-
CMYK00.750.210.33
HSL316.41º60.38%41.57%-
HSV(B)316.41º75.29%66.67%-
XYZ21.7811.9524.08-
YUV90.87152.91184.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 42 (16.80% from 255) = 12.10%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=48.99%
G=12.10%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704213500.750.210.33316.4160.3841.57
HexAA2A8704B152113c3c2a
Octal25252207011325414747452
Binary10101010101010100001110100101110101100001100111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A87; }

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

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

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

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

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

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

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

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