#A00C9F

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

Shades of Dark Magenta #A00C9F

Tints of Dark Magenta #A00C9F

Color information

#A00C9F (or 0xA00C9F) is unknown color: approx Dark Magenta. HEX triplet: A0, 0C and 9F. RGB value is (160,12,159). Sum of RGB (Red+Green+Blue) = 160+12+159=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C9F is #5FF360. Grayscale: #484848. Windows color (decimal): -6288225 or 10423456. OLE color: 10423456.

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

Color convert

RGB16012159-
CMYK00.930.010.37
HSL300.41º86.05%33.73%-
HSV(B)300.41º92.5%62.75%-
XYZ20.8910.2433.68-
YUV73.01176.53190.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 12 (5.08% from 255) = 3.63%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=48.34%
G=3.63%
B=48.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601215900.930.010.37300.4186.0533.73
HexA0C9F05D12512c5622
Octal24014237013514545412642
Binary101000001100100111110101110111001011001011001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C9F; }

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

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

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

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

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

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

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

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