#A00491

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

Shades of Dark Magenta #A00491

Tints of Dark Magenta #A00491

Color information

#A00491 (or 0xA00491) is unknown color: approx Dark Magenta. HEX triplet: A0, 04 and 91. RGB value is (160,4,145). Sum of RGB (Red+Green+Blue) = 160+4+145=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A00491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00491 is #5FFB6E. Grayscale: #424242. Windows color (decimal): -6290287 or 9503904. OLE color: 9503904.

HSL color Cylindrical-coordinate representation of color #A00491: hue angle of 305.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00491 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB1604145-
CMYK00.980.090.37
HSL305.77º95.12%32.16%-
HSV(B)305.77º97.5%62.75%-
XYZ19.659.627.61-
YUV66.72172.18194.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=51.78%
G=1.29%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160414500.980.090.37305.7795.1232.16
HexA04910629251325f20
Octal24042210142114546213740
Binary10100000100100100010110001010011001011001100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00491; }

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

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

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

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

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

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

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

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