Html Css Color HEX #AA059D Dark Magenta

📋 copy color: '#AA059D'

red 170 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #AA059D

Tints of Dark Magenta #AA059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 51.2%
G = 1.51%
B = 47.29%

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

#AA059D (or 0xAA059D) is known color: Dark Magenta. HEX triplet: AA, 05 and 9D. RGB value is (170,5,157). Sum of RGB (Red+Green+Blue) = 170+5+157=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA059D is #55FA62. Grayscale: #474747. Windows color (decimal): -5634659 or 10290602. OLE color: 10290602.

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

Color convert

RGB 170 5 157 -
CMYK 0 0.97 0.08 0.33
HSL 304.73º 0.94% 0.34% -
HSV(B) 304.73º 0.97% 0.67% -
XYZ 22.72 11.09 32.84 -
YUV 71.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 170 5 157 0 0.97 0.08 0.33 304.73 0.94 0.34
Hex AA 5 9D 0 61 8 21 131 5E 22
Octal 252 5 235 0 141 10 41 461 136 42
Binary 10101010 101 10011101 0 1100001 1000 100001 100110001 1011110 100010

Color Harmonies of #AA059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA059D

Black with #AA059D

Text Example


Text Example

White with #AA059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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