#AA0491

Color #AA0491 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AA0491

Tints of Dark Magenta #AA0491

Color information

#AA0491 (or 0xAA0491) is unknown color: approx Dark Magenta. HEX triplet: AA, 04 and 91. RGB value is (170,4,145). Sum of RGB (Red+Green+Blue) = 170+4+145=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0491 is #55FB6E. Grayscale: #454545. Windows color (decimal): -5634927 or 9503914. OLE color: 9503914.

HSL color Cylindrical-coordinate representation of color #AA0491: hue angle of 309.04º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0491 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB1704145-
CMYK00.980.150.33
HSL309.04º95.4%34.12%-
HSV(B)309.04º97.65%66.67%-
XYZ21.7310.6827.7-
YUV69.71170.5199.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=53.29%
G=1.25%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170414500.980.150.33309.0495.434.12
HexAA491062F211355f22
Octal25242210142174146513742
Binary10101010100100100010110001011111000011001101011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0491; }

 p { color: rgb(170,4,145); }

 H1.HeaderClassName
 {
   color: #AA0491;
 }
 .AnyTagClassName
 {
   color: #AA0491;
 }
</style>
background-color css

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

 a { background-color: rgb(170,4,145); }

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

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

 span { border-color: rgb(170,4,145); }

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