#A16EAB

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

Shades of Violet Blue #A16EAB

Tints of Violet Blue #A16EAB

Color information

#A16EAB (or 0xA16EAB) is unknown color: approx Violet Blue. HEX triplet: A1, 6E and AB. RGB value is (161,110,171). Sum of RGB (Red+Green+Blue) = 161+110+171=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A16EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EAB is #5E9154. Grayscale: #848484. Windows color (decimal): -6197589 or 11234977. OLE color: 11234977.

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

Color convert

RGB161110171-
CMYK0.060.3600.33
HSL290.16º26.64%55.1%-
HSV(B)290.16º35.67%67.06%-
XYZ27.6221.6741.25-
YUV132.2149.9148.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=36.43%
G=24.89%
B=38.69%

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
Decimal1611101710.060.3600.33290.1626.6455.1
HexA16EAB6240211221b37
Octal2411562536440414423367
Binary10100001110111010101011110100100010000110010001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EAB; }

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

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

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

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

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

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

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

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