#A70795

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

Shades of Dark Magenta #A70795

Tints of Dark Magenta #A70795

Color information

#A70795 (or 0xA70795) is unknown color: approx Dark Magenta. HEX triplet: A7, 07 and 95. RGB value is (167,7,149). Sum of RGB (Red+Green+Blue) = 167+7+149=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A70795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70795 is #58F86A. Grayscale: #464646. Windows color (decimal): -5830763 or 9766823. OLE color: 9766823.

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

Color convert

RGB1677149-
CMYK00.960.110.35
HSL306.75º91.95%34.12%-
HSV(B)306.75º95.81%65.49%-
XYZ21.4410.5429.34-
YUV71.03172.01196.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 7 (3.12% from 255) = 2.17%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=51.70%
G=2.17%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167714900.960.110.35306.7591.9534.12
HexA7795060B231335c22
Octal24772250140134346313442
Binary10100111111100101010110000010111000111001100111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70795; }

 p { color: rgb(167,7,149); }

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

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

 a { background-color: rgb(167,7,149); }

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

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

 span { border-color: rgb(167,7,149); }

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