Html Css Color HEX #AA039C Dark Magenta

📋 copy color: '#AA039C'

red 170 ◦ green 3 ◦ blue 156

#AA039C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AA039C

Tints of Dark Magenta #AA039C

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA039C (or 0xAA039C) is known color: 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

RGB 170 3 156 -
CMYK 0 0.98 0.08 0.33
HSL 305.03º 0.97% 0.34% -
HSV(B) 305.03º 0.98% 0.67% -
XYZ 22.61 11.01 32.39 -
YUV 70.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 170 3 156 0 0.98 0.08 0.33 305.03 0.97 0.34
Hex AA 3 9C 0 62 8 21 131 61 22
Octal 252 3 234 0 142 10 41 461 141 42
Binary 10101010 11 10011100 0 1100010 1000 100001 100110001 1100001 100010

Color Harmonies of #AA039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA039C

Black with #AA039C

Text Example


Text Example

White with #AA039C

Text Example


Text Example

HTML Codes & Css Web 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>