Html Css Color HEX #AA0588 Dark Magenta

📋 copy color: '#AA0588'

red 170 ◦ green 5 ◦ blue 136

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

Shades of Dark Magenta #AA0588

Tints of Dark Magenta #AA0588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 54.66%
G = 1.61%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA0588 (or 0xAA0588) is known color: Dark Magenta. HEX triplet: AA, 05 and 88. RGB value is (170,5,136). Sum of RGB (Red+Green+Blue) = 170+5+136=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0588 is #55FA77. Grayscale: #444444. Windows color (decimal): -5634680 or 8914346. OLE color: 8914346.

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

Color convert

RGB 170 5 136 -
CMYK 0 0.97 0.20 0.33
HSL 312.36º 0.94% 0.34% -
HSV(B) 312.36º 0.97% 0.67% -
XYZ 21.08 10.43 24.2 -
YUV 69.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 170 5 136 0 0.97 0.20 0.33 312.36 0.94 0.34
Hex AA 5 88 0 61 14 21 138 5E 22
Octal 252 5 210 0 141 24 41 470 136 42
Binary 10101010 101 10001000 0 1100001 10100 100001 100111000 1011110 100010

Color Harmonies of #AA0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0588

Black with #AA0588

Text Example


Text Example

White with #AA0588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0588; }

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

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

background-color css

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

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

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

border-color css

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

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

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