Html Css Color HEX #AA059F Dark Magenta

📋 copy color: '#AA059F'

red 170 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #AA059F

Tints of Dark Magenta #AA059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 50.9%
G = 1.5%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA059F (or 0xAA059F) is known color: Dark Magenta. HEX triplet: AA, 05 and 9F. RGB value is (170,5,159). Sum of RGB (Red+Green+Blue) = 170+5+159=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA059F is #55FA60. Grayscale: #474747. Windows color (decimal): -5634657 or 10421674. OLE color: 10421674.

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

Color convert

RGB 170 5 159 -
CMYK 0 0.97 0.06 0.33
HSL 304º 0.94% 0.34% -
HSV(B) 304º 0.97% 0.67% -
XYZ 22.89 11.16 33.75 -
YUV 71.89 177.16 197.98 -
System Red Green Blue C M Y K H S L
Decimal 170 5 159 0 0.97 0.06 0.33 304 0.94 0.34
Hex AA 5 9F 0 61 6 21 130 5E 22
Octal 252 5 237 0 141 6 41 460 136 42
Binary 10101010 101 10011111 0 1100001 110 100001 100110000 1011110 100010

Color Harmonies of #AA059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA059F

Black with #AA059F

Text Example


Text Example

White with #AA059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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