#a70a8b

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

Shades of Dark Magenta #A70A8B

Tints of Dark Magenta #A70A8B

Color information

#A70A8B (or 0xA70A8B) is unknown color: approx Dark Magenta. HEX triplet: A7, 0A and 8B. RGB value is (167,10,139). Sum of RGB (Red+Green+Blue) = 167+10+139=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70A8B is #58F574. Grayscale: #474747. Windows color (decimal): -5830005 or 9112231. OLE color: 9112231.

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

Color convert

RGB16710139-
CMYK00.940.170.35
HSL310.7º88.7%34.71%-
HSV(B)310.7º94.01%65.49%-
XYZ20.7110.325.32-
YUV71.65166.01196.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.85%
GREEN value IS 10 (4.30% from 255) = 3.16%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=52.85%
G=3.16%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671013900.940.170.35310.788.734.71
HexA7A8B05E11231375923
Octal247122130136214346713143
Binary1010011110101000101101011110100011000111001101111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a70a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a70a8b; }

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

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

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

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

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

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

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

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