Html Css Color HEX #AA0589 Dark Magenta

📋 copy color: '#AA0589'

red 170 ◦ green 5 ◦ blue 137

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

Shades of Dark Magenta #AA0589

Tints of Dark Magenta #AA0589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.91%

R = 54.49%
G = 1.6%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA0589 (or 0xAA0589) is known color: Dark Magenta. HEX triplet: AA, 05 and 89. RGB value is (170,5,137). Sum of RGB (Red+Green+Blue) = 170+5+137=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0589 is #55FA76. Grayscale: #454545. Windows color (decimal): -5634679 or 8979882. OLE color: 8979882.

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

Color convert

RGB 170 5 137 -
CMYK 0 0.97 0.19 0.33
HSL 312º 0.94% 0.34% -
HSV(B) 312º 0.97% 0.67% -
XYZ 21.15 10.46 24.57 -
YUV 69.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 170 5 137 0 0.97 0.19 0.33 312 0.94 0.34
Hex AA 5 89 0 61 13 21 138 5E 22
Octal 252 5 211 0 141 23 41 470 136 42
Binary 10101010 101 10001001 0 1100001 10011 100001 100111000 1011110 100010

Color Harmonies of #AA0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0589

Black with #AA0589

Text Example


Text Example

White with #AA0589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0589; }

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

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

background-color css

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

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

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

border-color css

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

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

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