#A70891

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

Shades of Dark Magenta #A70891

Tints of Dark Magenta #A70891

Color information

#A70891 (or 0xA70891) is unknown color: approx Dark Magenta. HEX triplet: A7, 08 and 91. RGB value is (167,8,145). Sum of RGB (Red+Green+Blue) = 167+8+145=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A70891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70891 is #58F76E. Grayscale: #464646. Windows color (decimal): -5830511 or 9504935. OLE color: 9504935.

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

Color convert

RGB1678145-
CMYK00.950.130.35
HSL308.3º90.86%34.31%-
HSV(B)308.3º95.21%65.49%-
XYZ21.1310.4327.69-
YUV71.16169.68196.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 8 (3.52% from 255) = 2.5%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=52.19%
G=2.5%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167814500.950.130.35308.390.8634.31
HexA789105FD231345b22
Octal247102210137154346413342
Binary101001111000100100010101111111011000111001101001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70891; }

 p { color: rgb(167,8,145); }

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

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

 a { background-color: rgb(167,8,145); }

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

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

 span { border-color: rgb(167,8,145); }

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