Html Css Color HEX #AA039A Dark Magenta

📋 copy color: '#AA039A'

red 170 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #AA039A

Tints of Dark Magenta #AA039A

RGB

 RED value IS 170 (66.8% from 255) = 51.99%

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 154 (60.55% from 255) = 47.09%

R = 51.99%
G = 0.92%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA039A (or 0xAA039A) is known color: Dark Magenta. HEX triplet: AA, 03 and 9A. RGB value is (170,3,154). Sum of RGB (Red+Green+Blue) = 170+3+154=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA039A is #55FC65. Grayscale: #454545. Windows color (decimal): -5635174 or 10093482. OLE color: 10093482.

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

Color convert

RGB 170 3 154 -
CMYK 0 0.98 0.09 0.33
HSL 305.75º 0.97% 0.34% -
HSV(B) 305.75º 0.98% 0.67% -
XYZ 22.44 10.94 31.5 -
YUV 70.15 175.33 199.22 -
System Red Green Blue C M Y K H S L
Decimal 170 3 154 0 0.98 0.09 0.33 305.75 0.97 0.34
Hex AA 3 9A 0 62 9 21 132 61 22
Octal 252 3 232 0 142 11 41 462 141 42
Binary 10101010 11 10011010 0 1100010 1001 100001 100110010 1100001 100010

Color Harmonies of #AA039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA039A

Black with #AA039A

Text Example


Text Example

White with #AA039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA039A; }

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

 H1.HeaderClassName
 {
   color: #AA039A;
 }
 .AnyTagClassName
 {
   color: #AA039A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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