#A00C91

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

Shades of Dark Magenta #A00C91

Tints of Dark Magenta #A00C91

Color information

#A00C91 (or 0xA00C91) is unknown color: approx Dark Magenta. HEX triplet: A0, 0C and 91. RGB value is (160,12,145). Sum of RGB (Red+Green+Blue) = 160+12+145=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C91 is #5FF36E. Grayscale: #474747. Windows color (decimal): -6288239 or 9505952. OLE color: 9505952.

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

Color convert

RGB16012145-
CMYK00.930.090.37
HSL306.08º86.05%33.73%-
HSV(B)306.08º92.5%62.75%-
XYZ19.749.7827.64-
YUV71.41169.53191.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=50.47%
G=3.79%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601214500.930.090.37306.0886.0533.73
HexA0C9105D9251325622
Octal240142210135114546212642
Binary101000001100100100010101110110011001011001100101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C91; }

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

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

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

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

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

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

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

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