#A00F84

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

Shades of Dark Magenta #A00F84

Tints of Dark Magenta #A00F84

Color information

#A00F84 (or 0xA00F84) is unknown color: approx Dark Magenta. HEX triplet: A0, 0F and 84. RGB value is (160,15,132). Sum of RGB (Red+Green+Blue) = 160+15+132=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F84 is #5FF07B. Grayscale: #474747. Windows color (decimal): -6287484 or 8654752. OLE color: 8654752.

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

Color convert

RGB16015132-
CMYK00.910.170.37
HSL311.59º82.86%34.31%-
HSV(B)311.59º90.62%62.75%-
XYZ18.839.4822.67-
YUV71.69162.04190.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 15 (6.25% from 255) = 4.89%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=52.12%
G=4.89%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601513200.910.170.37311.5982.8634.31
HexA0F8405B11251385322
Octal240172040133214547012342
Binary1010000011111000010001011011100011001011001110001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F84; }

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

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

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

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

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

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

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

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