#A70E8A

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

Shades of Dark Magenta #A70E8A

Tints of Dark Magenta #A70E8A

Color information

#A70E8A (or 0xA70E8A) is unknown color: approx Dark Magenta. HEX triplet: A7, 0E and 8A. RGB value is (167,14,138). Sum of RGB (Red+Green+Blue) = 167+14+138=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70E8A is #58F175. Grayscale: #494949. Windows color (decimal): -5828982 or 9047719. OLE color: 9047719.

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

Color convert

RGB16714138-
CMYK00.920.170.35
HSL311.37º84.53%35.49%-
HSV(B)311.37º91.62%65.49%-
XYZ20.6810.3624.96-
YUV73.88164.19194.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=52.35%
G=4.39%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671413800.920.170.35311.3784.5335.49
HexA7E8A05C11231375523
Octal247162120134214346712543
Binary1010011111101000101001011100100011000111001101111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70E8A; }

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

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

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

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

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

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

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

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