Html Css Color HEX #AA0592 Dark Magenta

📋 copy color: '#AA0592'

red 170 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #AA0592

Tints of Dark Magenta #AA0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 52.96%
G = 1.56%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA0592 (or 0xAA0592) is known color: Dark Magenta. HEX triplet: AA, 05 and 92. RGB value is (170,5,146). Sum of RGB (Red+Green+Blue) = 170+5+146=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0592 is #55FA6D. Grayscale: #464646. Windows color (decimal): -5634670 or 9569706. OLE color: 9569706.

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

Color convert

RGB 170 5 146 -
CMYK 0 0.97 0.14 0.33
HSL 308.73º 0.94% 0.34% -
HSV(B) 308.73º 0.97% 0.67% -
XYZ 21.82 10.73 28.12 -
YUV 70.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 170 5 146 0 0.97 0.14 0.33 308.73 0.94 0.34
Hex AA 5 92 0 61 E 21 135 5E 22
Octal 252 5 222 0 141 16 41 465 136 42
Binary 10101010 101 10010010 0 1100001 1110 100001 100110101 1011110 100010

Color Harmonies of #AA0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0592

Black with #AA0592

Text Example


Text Example

White with #AA0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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