#A16FA6

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

Shades of Violet Blue #A16FA6

Tints of Violet Blue #A16FA6

Color information

#A16FA6 (or 0xA16FA6) is unknown color: approx Violet Blue. HEX triplet: A1, 6F and A6. RGB value is (161,111,166). Sum of RGB (Red+Green+Blue) = 161+111+166=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 166 - color contains mainly: blue. Hex color #A16FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16FA6 is #5E9059. Grayscale: #848484. Windows color (decimal): -6197338 or 10907553. OLE color: 10907553.

HSL color Cylindrical-coordinate representation of color #A16FA6: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16FA6 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161111166-
CMYK0.030.3300.35
HSL294.55º23.61%54.31%-
HSV(B)294.55º33.13%65.1%-
XYZ27.2721.738.83-
YUV132.22147.06148.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=36.76%
G=25.34%
B=37.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611111660.030.3300.35294.5523.6154.31
HexA16FA63210231271836
Octal2411572463410434473066
Binary1010000111011111010011011100001010001110010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FA6; }

 p { color: rgb(161,111,166); }

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

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

 a { background-color: rgb(161,111,166); }

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

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

 span { border-color: rgb(161,111,166); }

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