#AA0387

Color #AA0387 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AA0387

Tints of Dark Magenta #AA0387

Color information

#AA0387 (or 0xAA0387) is unknown color: approx Dark Magenta. HEX triplet: AA, 03 and 87. RGB value is (170,3,135). Sum of RGB (Red+Green+Blue) = 170+3+135=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0387 is #55FC78. Grayscale: #434343. Windows color (decimal): -5635193 or 8848298. OLE color: 8848298.

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

Color convert

RGB1703135-
CMYK00.980.210.33
HSL312.57º96.53%33.92%-
HSV(B)312.57º98.24%66.67%-
XYZ20.9810.3623.82-
YUV67.98165.83200.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=55.19%
G=0.97%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170313500.980.210.33312.5796.5333.92
HexAA38706215211396122
Octal25232070142254147114142
Binary10101010111000011101100010101011000011001110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0387; }

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

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

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

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

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

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

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

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