#A00F86

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

Shades of Dark Magenta #A00F86

Tints of Dark Magenta #A00F86

Color information

#A00F86 (or 0xA00F86) is unknown color: approx Dark Magenta. HEX triplet: A0, 0F and 86. RGB value is (160,15,134). Sum of RGB (Red+Green+Blue) = 160+15+134=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F86 is #5FF079. Grayscale: #474747. Windows color (decimal): -6287482 or 8785824. OLE color: 8785824.

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

Color convert

RGB16015134-
CMYK00.910.160.37
HSL310.76º82.86%34.31%-
HSV(B)310.76º90.62%62.75%-
XYZ18.979.5423.4-
YUV71.92163.04190.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=51.78%
G=4.85%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601513400.910.160.37310.7682.8634.31
HexA0F8605B10251375322
Octal240172060133204546712342
Binary1010000011111000011001011011100001001011001101111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F86; }

 p { color: rgb(160,15,134); }

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

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

 a { background-color: rgb(160,15,134); }

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

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

 span { border-color: rgb(160,15,134); }

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