#A70F96

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

Shades of Dark Magenta #A70F96

Tints of Dark Magenta #A70F96

Color information

#A70F96 (or 0xA70F96) is unknown color: approx Dark Magenta. HEX triplet: A7, 0F and 96. RGB value is (167,15,150). Sum of RGB (Red+Green+Blue) = 167+15+150=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70F96 is #58F069. Grayscale: #4B4B4B. Windows color (decimal): -5828714 or 9834407. OLE color: 9834407.

HSL color Cylindrical-coordinate representation of color #A70F96: hue angle of 306.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F96 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16715150-
CMYK00.910.100.35
HSL306.71º83.52%35.69%-
HSV(B)306.71º91.02%65.49%-
XYZ21.6110.7629.79-
YUV75.84169.86193.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 15 (6.25% from 255) = 4.52%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=50.30%
G=4.52%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671515000.910.100.35306.7183.5235.69
HexA7F9605BA231335424
Octal247172260133124346312444
Binary101001111111100101100101101110101000111001100111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70F96; }

 p { color: rgb(167,15,150); }

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

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

 a { background-color: rgb(167,15,150); }

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

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

 span { border-color: rgb(167,15,150); }

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