#AA2487

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

Shades of Medium Red Violet #AA2487

Tints of Medium Red Violet #AA2487

Color information

#AA2487 (or 0xAA2487) is unknown color: approx Medium Red Violet. HEX triplet: AA, 24 and 87. RGB value is (170,36,135). Sum of RGB (Red+Green+Blue) = 170+36+135=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2487 is #55DB78. Grayscale: #575757. Windows color (decimal): -5626745 or 8856746. OLE color: 8856746.

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

Color convert

RGB17036135-
CMYK00.790.210.33
HSL315.67º65.05%40.39%-
HSV(B)315.67º78.82%66.67%-
XYZ21.5811.5624.01-
YUV87.35154.89186.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 36 (14.45% from 255) = 10.56%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=49.85%
G=10.56%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703613500.790.210.33315.6765.0540.39
HexAA248704F152113c4128
Octal252442070117254147410150
Binary101010101001001000011101001111101011000011001111001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2487; }

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

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

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

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

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

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

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

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