#A16DAA

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

Shades of Violet Blue #A16DAA

Tints of Violet Blue #A16DAA

Color information

#A16DAA (or 0xA16DAA) is unknown color: approx Violet Blue. HEX triplet: A1, 6D and AA. RGB value is (161,109,170). Sum of RGB (Red+Green+Blue) = 161+109+170=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A16DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DAA is #5E9255. Grayscale: #838383. Windows color (decimal): -6197846 or 11169185. OLE color: 11169185.

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

Color convert

RGB161109170-
CMYK0.050.3600.33
HSL291.15º26.41%54.71%-
HSV(B)291.15º35.88%66.67%-
XYZ27.4221.4240.72-
YUV131.5149.73149.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=36.59%
G=24.77%
B=38.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611091700.050.3600.33291.1526.4154.71
HexA16DAA5240211231a37
Octal2411552525440414433267
Binary10100001110110110101010101100100010000110010001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16DAA; }

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

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

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

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

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

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

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

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