#A00490

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

Shades of Dark Magenta #A00490

Tints of Dark Magenta #A00490

Color information

#A00490 (or 0xA00490) is unknown color: approx Dark Magenta. HEX triplet: A0, 04 and 90. RGB value is (160,4,144). Sum of RGB (Red+Green+Blue) = 160+4+144=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A00490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00490 is #5FFB6F. Grayscale: #424242. Windows color (decimal): -6290288 or 9438368. OLE color: 9438368.

HSL color Cylindrical-coordinate representation of color #A00490: hue angle of 306.15º 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 #A00490 is Cyan = 0, Magento = 0.98, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB1604144-
CMYK00.980.10.37
HSL306.15º95.12%32.16%-
HSV(B)306.15º97.5%62.75%-
XYZ19.579.5727.2-
YUV66.6171.68194.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=51.95%
G=1.30%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160414400.980.10.37306.1595.1232.16
HexA0490062A251325f20
Octal24042200142124546213740
Binary10100000100100100000110001010101001011001100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00490; }

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

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

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

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

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

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

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

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