#A616C6

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

Shades of Dark Violet #A616C6

Tints of Dark Violet #A616C6

Color information

#A616C6 (or 0xA616C6) is unknown color: approx Dark Violet. HEX triplet: A6, 16 and C6. RGB value is (166,22,198). Sum of RGB (Red+Green+Blue) = 166+22+198=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #A616C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616C6 is #59E939. Grayscale: #545454. Windows color (decimal): -5892410 or 12981926. OLE color: 12981926.

HSL color Cylindrical-coordinate representation of color #A616C6: hue angle of 289.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A616C6 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16622198-
CMYK0.160.8900.22
HSL289.09º80%43.14%-
HSV(B)289.09º88.89%77.65%-
XYZ26.2112.7654.51-
YUV85.12191.71185.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 22 (8.98% from 255) = 5.70%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=43.01%
G=5.70%
B=51.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166221980.160.8900.22289.098043.14
HexA616C61059016121502b
Octal246263062013102644112053
Binary1010011010110110001101000010110010101101001000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A616C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A616C6; }

 p { color: rgb(166,22,198); }

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

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

 a { background-color: rgb(166,22,198); }

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

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

 span { border-color: rgb(166,22,198); }

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