#AA039B

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

Shades of Dark Magenta #AA039B

Tints of Dark Magenta #AA039B

Color information

#AA039B (or 0xAA039B) is unknown color: approx Dark Magenta. HEX triplet: AA, 03 and 9B. RGB value is (170,3,155). Sum of RGB (Red+Green+Blue) = 170+3+155=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA039B is #55FC64. Grayscale: #454545. Windows color (decimal): -5635173 or 10159018. OLE color: 10159018.

HSL color Cylindrical-coordinate representation of color #AA039B: hue angle of 305.39º 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 #AA039B is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB1703155-
CMYK00.980.090.33
HSL305.39º96.53%33.92%-
HSV(B)305.39º98.24%66.67%-
XYZ22.5310.9831.94-
YUV70.26175.83199.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=51.83%
G=0.91%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170315500.980.090.33305.3996.5333.92
HexAA39B0629211316122
Octal25232330142114146114142
Binary1010101011100110110110001010011000011001100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA039B; }

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

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

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

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

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

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

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

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