Html Css Color HEX #AA029C Dark Magenta

📋 copy color: '#AA029C'

red 170 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #AA029C

Tints of Dark Magenta #AA029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 51.83%
G = 0.61%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA029C (or 0xAA029C) is known color: Dark Magenta. HEX triplet: AA, 02 and 9C. RGB value is (170,2,156). Sum of RGB (Red+Green+Blue) = 170+2+156=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA029C is #55FD63. Grayscale: #454545. Windows color (decimal): -5635428 or 10224298. OLE color: 10224298.

HSL color Cylindrical-coordinate representation of color #AA029C: hue angle of 305º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA029C is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 2 156 -
CMYK 0 0.99 0.08 0.33
HSL 305º 0.98% 0.34% -
HSV(B) 305º 0.99% 0.67% -
XYZ 22.6 10.99 32.38 -
YUV 69.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 170 2 156 0 0.99 0.08 0.33 305 0.98 0.34
Hex AA 2 9C 0 63 8 21 131 62 22
Octal 252 2 234 0 143 10 41 461 142 42
Binary 10101010 10 10011100 0 1100011 1000 100001 100110001 1100010 100010

Color Harmonies of #AA029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA029C

Black with #AA029C

Text Example


Text Example

White with #AA029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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