Html Css Color HEX #AA039F Dark Magenta

📋 copy color: '#AA039F'

red 170 ◦ green 3 ◦ blue 159

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

Shades of Dark Magenta #AA039F

Tints of Dark Magenta #AA039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 51.2%
G = 0.9%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA039F (or 0xAA039F) is known color: Dark Magenta. HEX triplet: AA, 03 and 9F. RGB value is (170,3,159). Sum of RGB (Red+Green+Blue) = 170+3+159=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA039F is #55FC60. Grayscale: #464646. Windows color (decimal): -5635169 or 10421162. OLE color: 10421162.

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

Color convert

RGB 170 3 159 -
CMYK 0 0.98 0.06 0.33
HSL 303.95º 0.97% 0.34% -
HSV(B) 303.95º 0.98% 0.67% -
XYZ 22.87 11.11 33.74 -
YUV 70.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 170 3 159 0 0.98 0.06 0.33 303.95 0.97 0.34
Hex AA 3 9F 0 62 6 21 130 61 22
Octal 252 3 237 0 142 6 41 460 141 42
Binary 10101010 11 10011111 0 1100010 110 100001 100110000 1100001 100010

Color Harmonies of #AA039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA039F

Black with #AA039F

Text Example


Text Example

White with #AA039F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA039F; }

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

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

background-color css

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

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

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

border-color css

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

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

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