Html Css Color HEX #AA039E Dark Magenta

📋 copy color: '#AA039E'

red 170 ◦ green 3 ◦ blue 158

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

Shades of Dark Magenta #AA039E

Tints of Dark Magenta #AA039E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 51.36%
G = 0.91%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA039E (or 0xAA039E) is known color: Dark Magenta. HEX triplet: AA, 03 and 9E. RGB value is (170,3,158). Sum of RGB (Red+Green+Blue) = 170+3+158=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA039E is #55FC61. Grayscale: #464646. Windows color (decimal): -5635170 or 10355626. OLE color: 10355626.

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

Color convert

RGB 170 3 158 -
CMYK 0 0.98 0.07 0.33
HSL 304.31º 0.97% 0.34% -
HSV(B) 304.31º 0.98% 0.67% -
XYZ 22.78 11.08 33.29 -
YUV 70.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 170 3 158 0 0.98 0.07 0.33 304.31 0.97 0.34
Hex AA 3 9E 0 62 7 21 130 61 22
Octal 252 3 236 0 142 7 41 460 141 42
Binary 10101010 11 10011110 0 1100010 111 100001 100110000 1100001 100010

Color Harmonies of #AA039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA039E

Black with #AA039E

Text Example


Text Example

White with #AA039E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA039E; }

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

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

background-color css

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

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

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

border-color css

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

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

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