#A70A9C

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

Shades of Dark Magenta #A70A9C

Tints of Dark Magenta #A70A9C

Color information

#A70A9C (or 0xA70A9C) is unknown color: approx Dark Magenta. HEX triplet: A7, 0A and 9C. RGB value is (167,10,156). Sum of RGB (Red+Green+Blue) = 167+10+156=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70A9C is #58F563. Grayscale: #494949. Windows color (decimal): -5829988 or 10226343. OLE color: 10226343.

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

Color convert

RGB16710156-
CMYK00.940.070.35
HSL304.2º88.7%34.71%-
HSV(B)304.2º94.01%65.49%-
XYZ22.0510.8332.38-
YUV73.59174.51194.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=50.15%
G=3.00%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671015600.940.070.35304.288.734.71
HexA7A9C05E7231305923
Octal24712234013674346013143
Binary10100111101010011100010111101111000111001100001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70A9C; }

 p { color: rgb(167,10,156); }

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

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

 a { background-color: rgb(167,10,156); }

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

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

 span { border-color: rgb(167,10,156); }

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