#A01993

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

Shades of Dark Magenta #A01993

Tints of Dark Magenta #A01993

Color information

#A01993 (or 0xA01993) is unknown color: approx Dark Magenta. HEX triplet: A0, 19 and 93. RGB value is (160,25,147). Sum of RGB (Red+Green+Blue) = 160+25+147=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A01993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01993 is #5FE66C. Grayscale: #4E4E4E. Windows color (decimal): -6284909 or 9640352. OLE color: 9640352.

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

Color convert

RGB16025147-
CMYK00.840.080.37
HSL305.78º72.97%36.27%-
HSV(B)305.78º84.38%62.75%-
XYZ20.1110.2828.53-
YUV79.27166.23185.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 25 (10.16% from 255) = 7.53%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=48.19%
G=7.53%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602514700.840.080.37305.7872.9736.27
HexA019930548251324924
Octal240312230124104546211144
Binary1010000011001100100110101010010001001011001100101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01993; }

 p { color: rgb(160,25,147); }

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

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

 a { background-color: rgb(160,25,147); }

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

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

 span { border-color: rgb(160,25,147); }

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