#A16B9F

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

Shades of Violet Blue #A16B9F

Tints of Violet Blue #A16B9F

Color information

#A16B9F (or 0xA16B9F) is unknown color: approx Violet Blue. HEX triplet: A1, 6B and 9F. RGB value is (161,107,159). Sum of RGB (Red+Green+Blue) = 161+107+159=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B9F is #5E9460. Grayscale: #808080. Windows color (decimal): -6198369 or 10447777. OLE color: 10447777.

HSL color Cylindrical-coordinate representation of color #A16B9F: hue angle of 302.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B9F is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB161107159-
CMYK00.340.010.37
HSL302.22º22.31%52.55%-
HSV(B)302.22º33.54%63.14%-
XYZ26.2120.635.39-
YUV129.07144.89150.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=37.70%
G=25.06%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110715900.340.010.37302.2222.3152.55
HexA16B9F02212512e1635
Octal2411532370421454562665
Binary101000011101011100111110100010110010110010111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B9F; }

 p { color: rgb(161,107,159); }

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

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

 a { background-color: rgb(161,107,159); }

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

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

 span { border-color: rgb(161,107,159); }

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