#A706A0

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

Shades of Dark Magenta #A706A0

Tints of Dark Magenta #A706A0

Color information

#A706A0 (or 0xA706A0) is unknown color: approx Dark Magenta. HEX triplet: A7, 06 and A0. RGB value is (167,6,160). Sum of RGB (Red+Green+Blue) = 167+6+160=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A706A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A706A0 is #58F95F. Grayscale: #474747. Windows color (decimal): -5831008 or 10487463. OLE color: 10487463.

HSL color Cylindrical-coordinate representation of color #A706A0: hue angle of 302.61º degrees, saturation: 0.93, 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 #A706A0 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB1676160-
CMYK00.960.040.35
HSL302.61º93.06%33.92%-
HSV(B)302.61º96.41%65.49%-
XYZ22.3510.8834.18-
YUV71.69177.84195.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 160 (62.89% from 255) = 48.05%
R=50.15%
G=1.80%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167616000.960.040.35302.6193.0633.92
HexA76A006042312f5d22
Octal2476240014044345713542
Binary1010011111010100000011000001001000111001011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A706A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A706A0; }

 p { color: rgb(167,6,160); }

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

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

 a { background-color: rgb(167,6,160); }

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

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

 span { border-color: rgb(167,6,160); }

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