#A16DAB

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

Shades of Violet Blue #A16DAB

Tints of Violet Blue #A16DAB

Color information

#A16DAB (or 0xA16DAB) is unknown color: approx Violet Blue. HEX triplet: A1, 6D and AB. RGB value is (161,109,171). Sum of RGB (Red+Green+Blue) = 161+109+171=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A16DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DAB is #5E9254. Grayscale: #838383. Windows color (decimal): -6197845 or 11234721. OLE color: 11234721.

HSL color Cylindrical-coordinate representation of color #A16DAB: hue angle of 290.32º degrees, saturation: 0.27, 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 #A16DAB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161109171-
CMYK0.060.3600.33
HSL290.32º26.96%54.9%-
HSV(B)290.32º36.26%67.06%-
XYZ27.5221.4541.22-
YUV131.62150.23148.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=36.51%
G=24.72%
B=38.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611091710.060.3600.33290.3226.9654.9
HexA16DAB6240211221b37
Octal2411552536440414423367
Binary10100001110110110101011110100100010000110010001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16DAB; }

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

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

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

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

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

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

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

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