#A706C5

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

Shades of Dark Violet #A706C5

Tints of Dark Violet #A706C5

Color information

#A706C5 (or 0xA706C5) is unknown color: approx Dark Violet. HEX triplet: A7, 06 and C5. RGB value is (167,6,197). Sum of RGB (Red+Green+Blue) = 167+6+197=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #A706C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A706C5 is #58F93A. Grayscale: #4B4B4B. Windows color (decimal): -5830971 or 12912295. OLE color: 12912295.

HSL color Cylindrical-coordinate representation of color #A706C5: hue angle of 290.58º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A706C5 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1676197-
CMYK0.150.9700.23
HSL290.58º94.09%39.8%-
HSV(B)290.58º96.95%77.25%-
XYZ26.0812.3853.84-
YUV75.91196.34192.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 197 (77.34% from 255) = 53.24%
R=45.14%
G=1.62%
B=53.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16761970.150.9700.23290.5894.0939.8
HexA76C5F610171235e28
Octal24763051714102744313650
Binary1010011111011000101111111000010101111001000111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A706C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A706C5; }

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

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

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

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

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

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

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

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