#A616C4

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

Shades of Dark Violet #A616C4

Tints of Dark Violet #A616C4

Color information

#A616C4 (or 0xA616C4) is unknown color: approx Dark Violet. HEX triplet: A6, 16 and C4. RGB value is (166,22,196). Sum of RGB (Red+Green+Blue) = 166+22+196=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #A616C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616C4 is #59E93B. Grayscale: #545454. Windows color (decimal): -5892412 or 12850854. OLE color: 12850854.

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

Color convert

RGB16622196-
CMYK0.150.8900.23
HSL289.66º79.82%42.75%-
HSV(B)289.66º88.78%76.86%-
XYZ25.9812.6753.3-
YUV84.89190.71185.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 22 (8.98% from 255) = 5.73%
BLUE value IS 196 (76.95% from 255) = 51.04%
R=43.23%
G=5.73%
B=51.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166221960.150.8900.23289.6679.8242.75
HexA616C4F59017122502b
Octal246263041713102744212053
Binary101001101011011000100111110110010101111001000101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A616C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A616C4; }

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

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

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

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

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

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

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

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