#A70B97

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

Shades of Dark Magenta #A70B97

Tints of Dark Magenta #A70B97

Color information

#A70B97 (or 0xA70B97) is unknown color: approx Dark Magenta. HEX triplet: A7, 0B and 97. RGB value is (167,11,151). Sum of RGB (Red+Green+Blue) = 167+11+151=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70B97 is #58F468. Grayscale: #494949. Windows color (decimal): -5829737 or 9898919. OLE color: 9898919.

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

Color convert

RGB16711151-
CMYK00.930.100.35
HSL306.15º87.64%34.9%-
HSV(B)306.15º93.41%65.49%-
XYZ21.6410.6930.2-
YUV73.6171.68194.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 151 (59.38% from 255) = 45.90%
R=50.76%
G=3.34%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671115100.930.100.35306.1587.6434.9
HexA7B9705DA231325823
Octal247132270135124346213043
Binary101001111011100101110101110110101000111001100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70B97; }

 p { color: rgb(167,11,151); }

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

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

 a { background-color: rgb(167,11,151); }

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

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

 span { border-color: rgb(167,11,151); }

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