#A16EAA

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

Shades of Violet Blue #A16EAA

Tints of Violet Blue #A16EAA

Color information

#A16EAA (or 0xA16EAA) is unknown color: approx Violet Blue. HEX triplet: A1, 6E and AA. RGB value is (161,110,170). Sum of RGB (Red+Green+Blue) = 161+110+170=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #A16EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EAA is #5E9155. Grayscale: #838383. Windows color (decimal): -6197590 or 11169441. OLE color: 11169441.

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

Color convert

RGB161110170-
CMYK0.050.3500.33
HSL291º26.09%54.9%-
HSV(B)291º35.29%66.67%-
XYZ27.5321.6340.75-
YUV132.09149.4148.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=36.51%
G=24.94%
B=38.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611101700.050.3500.3329126.0954.9
HexA16EAA5230211231a37
Octal2411562525430414433267
Binary10100001110111010101010101100011010000110010001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EAA; }

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

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

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

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

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

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

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

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