#A706AE

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

Shades of Dark Magenta #A706AE

Tints of Dark Magenta #A706AE

Color information

#A706AE (or 0xA706AE) is unknown color: approx Dark Magenta. HEX triplet: A7, 06 and AE. RGB value is (167,6,174). Sum of RGB (Red+Green+Blue) = 167+6+174=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #A706AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A706AE is #58F951. Grayscale: #484848. Windows color (decimal): -5830994 or 11404967. OLE color: 11404967.

HSL color Cylindrical-coordinate representation of color #A706AE: hue angle of 297.5º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706AE is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1676174-
CMYK0.040.9700.32
HSL297.5º93.33%35.29%-
HSV(B)297.5º96.55%68.24%-
XYZ23.6411.441-
YUV73.29184.84194.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=48.13%
G=1.73%
B=50.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16761740.040.9700.32297.593.3335.29
HexA76AE46102012a5d23
Octal2476256414104045213543
Binary1010011111010101110100110000101000001001010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A706AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A706AE; }

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

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

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

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

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

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

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

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