Html Css Color HEX #AA059E Dark Magenta

📋 copy color: '#AA059E'

red 170 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #AA059E

Tints of Dark Magenta #AA059E

RGB

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

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

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

R = 51.05%
G = 1.5%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA059E (or 0xAA059E) is known color: Dark Magenta. HEX triplet: AA, 05 and 9E. RGB value is (170,5,158). Sum of RGB (Red+Green+Blue) = 170+5+158=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA059E is #55FA61. Grayscale: #474747. Windows color (decimal): -5634658 or 10356138. OLE color: 10356138.

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

Color convert

RGB 170 5 158 -
CMYK 0 0.97 0.07 0.33
HSL 304.36º 0.94% 0.34% -
HSV(B) 304.36º 0.97% 0.67% -
XYZ 22.8 11.12 33.29 -
YUV 71.78 176.66 198.06 -
System Red Green Blue C M Y K H S L
Decimal 170 5 158 0 0.97 0.07 0.33 304.36 0.94 0.34
Hex AA 5 9E 0 61 7 21 130 5E 22
Octal 252 5 236 0 141 7 41 460 136 42
Binary 10101010 101 10011110 0 1100001 111 100001 100110000 1011110 100010

Color Harmonies of #AA059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA059E

Black with #AA059E

Text Example


Text Example

White with #AA059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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