#A70F93

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

Shades of Dark Magenta #A70F93

Tints of Dark Magenta #A70F93

Color information

#A70F93 (or 0xA70F93) is unknown color: approx Dark Magenta. HEX triplet: A7, 0F and 93. RGB value is (167,15,147). Sum of RGB (Red+Green+Blue) = 167+15+147=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70F93 is #58F06C. Grayscale: #4B4B4B. Windows color (decimal): -5828717 or 9637799. OLE color: 9637799.

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

Color convert

RGB16715147-
CMYK00.910.120.35
HSL307.89º83.52%35.69%-
HSV(B)307.89º91.02%65.49%-
XYZ21.3710.6628.54-
YUV75.5168.36193.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 15 (6.25% from 255) = 4.56%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=50.76%
G=4.56%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671514700.910.120.35307.8983.5235.69
HexA7F9305BC231345424
Octal247172230133144346412444
Binary101001111111100100110101101111001000111001101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70F93; }

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

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

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

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

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

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

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

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