#A706AF

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

Shades of Dark Magenta #A706AF

Tints of Dark Magenta #A706AF

Color information

#A706AF (or 0xA706AF) is unknown color: approx Dark Magenta. HEX triplet: A7, 06 and AF. RGB value is (167,6,175). Sum of RGB (Red+Green+Blue) = 167+6+175=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #A706AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A706AF is #58F950. Grayscale: #484848. Windows color (decimal): -5830993 or 11470503. OLE color: 11470503.

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

Color convert

RGB1676175-
CMYK0.050.9700.31
HSL297.16º93.37%35.49%-
HSV(B)297.16º96.57%68.63%-
XYZ23.7411.4441.51-
YUV73.4185.34194.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 6 (2.73% from 255) = 1.72%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=47.99%
G=1.72%
B=50.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16761750.050.9700.31297.1693.3735.49
HexA76AF56101F1295d23
Octal2476257514103745113543
Binary101001111101010111110111000010111111001010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A706AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A706AF; }

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

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

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

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

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

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

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

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