Html Css Color HEX #AA059C Dark Magenta

📋 copy color: '#AA059C'

red 170 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #AA059C

Tints of Dark Magenta #AA059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 51.36%
G = 1.51%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA059C (or 0xAA059C) is known color: Dark Magenta. HEX triplet: AA, 05 and 9C. RGB value is (170,5,156). Sum of RGB (Red+Green+Blue) = 170+5+156=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA059C is #55FA63. Grayscale: #474747. Windows color (decimal): -5634660 or 10225066. OLE color: 10225066.

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

Color convert

RGB 170 5 156 -
CMYK 0 0.97 0.08 0.33
HSL 305.09º 0.94% 0.34% -
HSV(B) 305.09º 0.97% 0.67% -
XYZ 22.63 11.05 32.39 -
YUV 71.55 175.66 198.22 -
System Red Green Blue C M Y K H S L
Decimal 170 5 156 0 0.97 0.08 0.33 305.09 0.94 0.34
Hex AA 5 9C 0 61 8 21 131 5E 22
Octal 252 5 234 0 141 10 41 461 136 42
Binary 10101010 101 10011100 0 1100001 1000 100001 100110001 1011110 100010

Color Harmonies of #AA059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA059C

Black with #AA059C

Text Example


Text Example

White with #AA059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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