#aa2187

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

Shades of Medium Red Violet #AA2187

Tints of Medium Red Violet #AA2187

Color information

#AA2187 (or 0xAA2187) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 87. RGB value is (170,33,135). Sum of RGB (Red+Green+Blue) = 170+33+135=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2187 is #55DE78. Grayscale: #555555. Windows color (decimal): -5627513 or 8855978. OLE color: 8855978.

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

Color convert

RGB17033135-
CMYK00.810.210.33
HSL315.33º67.49%39.8%-
HSV(B)315.33º80.59%66.67%-
XYZ21.4911.3823.99-
YUV85.59155.89188.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=50.30%
G=9.76%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703313500.810.210.33315.3367.4939.8
HexAA2187051152113b4328
Octal252412070121254147310350
Binary101010101000011000011101010001101011000011001110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2187; }

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

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

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

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

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

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

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

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