#A16AAB

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

Shades of Violet Blue #A16AAB

Tints of Violet Blue #A16AAB

Color information

#A16AAB (or 0xA16AAB) is unknown color: approx Violet Blue. HEX triplet: A1, 6A and AB. RGB value is (161,106,171). Sum of RGB (Red+Green+Blue) = 161+106+171=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A16AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16AAB is #5E9554. Grayscale: #818181. Windows color (decimal): -6198613 or 11233953. OLE color: 11233953.

HSL color Cylindrical-coordinate representation of color #A16AAB: hue angle of 290.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16AAB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161106171-
CMYK0.060.3800.33
HSL290.77º27.9%54.31%-
HSV(B)290.77º38.01%67.06%-
XYZ27.220.8341.11-
YUV129.85151.22150.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=36.76%
G=24.20%
B=39.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611061710.060.3800.33290.7727.954.31
HexA16AAB6260211231c36
Octal2411522536460414433466
Binary10100001110101010101011110100110010000110010001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16AAB; }

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

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

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

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

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

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

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

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