#A01890

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

Shades of Dark Magenta #A01890

Tints of Dark Magenta #A01890

Color information

#A01890 (or 0xA01890) is unknown color: approx Dark Magenta. HEX triplet: A0, 18 and 90. RGB value is (160,24,144). Sum of RGB (Red+Green+Blue) = 160+24+144=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A01890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01890 is #5FE76F. Grayscale: #4E4E4E. Windows color (decimal): -6285168 or 9443488. OLE color: 9443488.

HSL color Cylindrical-coordinate representation of color #A01890: hue angle of 307.06º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01890 is Cyan = 0, Magento = 0.85, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB16024144-
CMYK00.850.10.37
HSL307.06º73.91%36.08%-
HSV(B)307.06º85%62.75%-
XYZ19.8610.1427.3-
YUV78.34165.06186.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 24 (9.77% from 255) = 7.32%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=48.78%
G=7.32%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602414400.850.10.37307.0673.9136.08
HexA01890055A251334a24
Octal240302200125124546311244
Binary1010000011000100100000101010110101001011001100111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01890; }

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

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

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

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

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

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

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

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