#A00C8E

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

Shades of Dark Magenta #A00C8E

Tints of Dark Magenta #A00C8E

Color information

#A00C8E (or 0xA00C8E) is unknown color: approx Dark Magenta. HEX triplet: A0, 0C and 8E. RGB value is (160,12,142). Sum of RGB (Red+Green+Blue) = 160+12+142=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C8E is #5FF371. Grayscale: #464646. Windows color (decimal): -6288242 or 9309344. OLE color: 9309344.

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

Color convert

RGB16012142-
CMYK00.930.110.37
HSL307.3º86.05%33.73%-
HSV(B)307.3º92.5%62.75%-
XYZ19.519.6926.43-
YUV71.07168.03191.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.96%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=50.96%
G=3.82%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601214200.930.110.37307.386.0533.73
HexA0C8E05DB251335622
Octal240142160135134546312642
Binary101000001100100011100101110110111001011001100111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C8E; }

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

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

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

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

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

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

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

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