Html Css Color HEX #AA0596 Dark Magenta

📋 copy color: '#AA0596'

red 170 ◦ green 5 ◦ blue 150

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

Shades of Dark Magenta #AA0596

Tints of Dark Magenta #AA0596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 52.31%
G = 1.54%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA0596 (or 0xAA0596) is known color: Dark Magenta. HEX triplet: AA, 05 and 96. RGB value is (170,5,150). Sum of RGB (Red+Green+Blue) = 170+5+150=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0596 is #55FA69. Grayscale: #464646. Windows color (decimal): -5634666 or 9831850. OLE color: 9831850.

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

Color convert

RGB 170 5 150 -
CMYK 0 0.97 0.12 0.33
HSL 307.27º 0.94% 0.34% -
HSV(B) 307.27º 0.97% 0.67% -
XYZ 22.14 10.86 29.78 -
YUV 70.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 170 5 150 0 0.97 0.12 0.33 307.27 0.94 0.34
Hex AA 5 96 0 61 C 21 133 5E 22
Octal 252 5 226 0 141 14 41 463 136 42
Binary 10101010 101 10010110 0 1100001 1100 100001 100110011 1011110 100010

Color Harmonies of #AA0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0596

Black with #AA0596

Text Example


Text Example

White with #AA0596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0596; }

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

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

background-color css

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

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

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

border-color css

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

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

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