#AA039C

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

Shades of Dark Magenta #AA039C

Tints of Dark Magenta #AA039C

Color information

#AA039C (or 0xAA039C) is unknown color: approx Dark Magenta. HEX triplet: AA, 03 and 9C. RGB value is (170,3,156). Sum of RGB (Red+Green+Blue) = 170+3+156=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA039C is #55FC63. Grayscale: #454545. Windows color (decimal): -5635172 or 10224554. OLE color: 10224554.

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

Color convert

RGB1703156-
CMYK00.980.080.33
HSL305.03º96.53%33.92%-
HSV(B)305.03º98.24%66.67%-
XYZ22.6111.0132.39-
YUV70.38176.33199.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=51.67%
G=0.91%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170315600.980.080.33305.0396.5333.92
HexAA39C0628211316122
Octal25232340142104146114142
Binary1010101011100111000110001010001000011001100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA039C; }

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

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

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

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

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

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

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

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