#A706D3

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

Shades of Dark Violet #A706D3

Tints of Dark Violet #A706D3

Color information

#A706D3 (or 0xA706D3) is unknown color: approx Dark Violet. HEX triplet: A7, 06 and D3. RGB value is (167,6,211). Sum of RGB (Red+Green+Blue) = 167+6+211=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #A706D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706D3 is #58F92C. Grayscale: #4C4C4C. Windows color (decimal): -5830957 or 13829799. OLE color: 13829799.

HSL color Cylindrical-coordinate representation of color #A706D3: hue angle of 287.12º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706D3 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1676211-
CMYK0.210.9700.17
HSL287.12º94.47%42.55%-
HSV(B)287.12º97.16%82.75%-
XYZ27.7613.0562.68-
YUV77.51203.34191.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 6 (2.73% from 255) = 1.56%
BLUE value IS 211 (82.81% from 255) = 54.95%
R=43.49%
G=1.56%
B=54.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16762110.210.9700.17287.1294.4742.55
HexA76D3156101111f5e2b
Octal24763232514102143713653
Binary10100111110110100111010111000010100011000111111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A706D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A706D3; }

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

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

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

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

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

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

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

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