#A16EA9

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

Shades of Violet Blue #A16EA9

Tints of Violet Blue #A16EA9

Color information

#A16EA9 (or 0xA16EA9) is unknown color: approx Violet Blue. HEX triplet: A1, 6E and A9. RGB value is (161,110,169). Sum of RGB (Red+Green+Blue) = 161+110+169=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #A16EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EA9 is #5E9156. Grayscale: #838383. Windows color (decimal): -6197591 or 11103905. OLE color: 11103905.

HSL color Cylindrical-coordinate representation of color #A16EA9: hue angle of 291.86º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16EA9 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB161110169-
CMYK0.050.3500.34
HSL291.86º25.54%54.71%-
HSV(B)291.86º34.91%66.27%-
XYZ27.4421.5940.26-
YUV131.98148.9148.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=36.59%
G=25%
B=38.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611101690.050.3500.34291.8625.5454.71
HexA16EA95230221241a37
Octal2411562515430424443267
Binary10100001110111010101001101100011010001010010010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EA9; }

 p { color: rgb(161,110,169); }

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

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

 a { background-color: rgb(161,110,169); }

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

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

 span { border-color: rgb(161,110,169); }

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