#A70A86

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

Shades of Dark Magenta #A70A86

Tints of Dark Magenta #A70A86

Color information

#A70A86 (or 0xA70A86) is unknown color: approx Dark Magenta. HEX triplet: A7, 0A and 86. RGB value is (167,10,134). Sum of RGB (Red+Green+Blue) = 167+10+134=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70A86 is #58F579. Grayscale: #464646. Windows color (decimal): -5830010 or 8784551. OLE color: 8784551.

HSL color Cylindrical-coordinate representation of color #A70A86: hue angle of 312.61º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70A86 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16710134-
CMYK00.940.200.35
HSL312.61º88.7%34.71%-
HSV(B)312.61º94.01%65.49%-
XYZ20.3510.1523.44-
YUV71.08163.51196.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 10 (4.30% from 255) = 3.22%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=53.70%
G=3.22%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671013400.940.200.35312.6188.734.71
HexA7A8605E14231395923
Octal247122060136244347113143
Binary1010011110101000011001011110101001000111001110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70A86; }

 p { color: rgb(167,10,134); }

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

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

 a { background-color: rgb(167,10,134); }

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

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

 span { border-color: rgb(167,10,134); }

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