Html Css Color HEX #AA059A Dark Magenta

📋 copy color: '#AA059A'

red 170 ◦ green 5 ◦ blue 154

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

Shades of Dark Magenta #AA059A

Tints of Dark Magenta #AA059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 51.67%
G = 1.52%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA059A (or 0xAA059A) is known color: Dark Magenta. HEX triplet: AA, 05 and 9A. RGB value is (170,5,154). Sum of RGB (Red+Green+Blue) = 170+5+154=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA059A is #55FA65. Grayscale: #464646. Windows color (decimal): -5634662 or 10093994. OLE color: 10093994.

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

Color convert

RGB 170 5 154 -
CMYK 0 0.97 0.09 0.33
HSL 305.82º 0.94% 0.34% -
HSV(B) 305.82º 0.97% 0.67% -
XYZ 22.46 10.99 31.51 -
YUV 71.32 174.66 198.38 -
System Red Green Blue C M Y K H S L
Decimal 170 5 154 0 0.97 0.09 0.33 305.82 0.94 0.34
Hex AA 5 9A 0 61 9 21 132 5E 22
Octal 252 5 232 0 141 11 41 462 136 42
Binary 10101010 101 10011010 0 1100001 1001 100001 100110010 1011110 100010

Color Harmonies of #AA059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA059A

Black with #AA059A

Text Example


Text Example

White with #AA059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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