#A70E93

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

Shades of Dark Magenta #A70E93

Tints of Dark Magenta #A70E93

Color information

#A70E93 (or 0xA70E93) is unknown color: approx Dark Magenta. HEX triplet: A7, 0E and 93. RGB value is (167,14,147). Sum of RGB (Red+Green+Blue) = 167+14+147=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70E93 is #58F16C. Grayscale: #4A4A4A. Windows color (decimal): -5828973 or 9637543. OLE color: 9637543.

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

Color convert

RGB16714147-
CMYK00.920.120.35
HSL307.84º84.53%35.49%-
HSV(B)307.84º91.62%65.49%-
XYZ21.3610.6428.53-
YUV74.91168.69193.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.91%
GREEN value IS 14 (5.86% from 255) = 4.27%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=50.91%
G=4.27%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671414700.920.120.35307.8484.5335.49
HexA7E9305CC231345523
Octal247162230134144346412543
Binary101001111110100100110101110011001000111001101001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70E93; }

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

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

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

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

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

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

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

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