#A16BA5

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

Shades of Violet Blue #A16BA5

Tints of Violet Blue #A16BA5

Color information

#A16BA5 (or 0xA16BA5) is unknown color: approx Violet Blue. HEX triplet: A1, 6B and A5. RGB value is (161,107,165). Sum of RGB (Red+Green+Blue) = 161+107+165=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 165 - color contains mainly: blue. Hex color #A16BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16BA5 is #5E945A. Grayscale: #818181. Windows color (decimal): -6198363 or 10840993. OLE color: 10840993.

HSL color Cylindrical-coordinate representation of color #A16BA5: hue angle of 295.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16BA5 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161107165-
CMYK0.020.3500.35
HSL295.86º24.37%53.33%-
HSV(B)295.86º35.15%64.71%-
XYZ26.7520.8138.2-
YUV129.76147.89150.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=37.18%
G=24.71%
B=38.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611071650.020.3500.35295.8624.3753.33
HexA16BA52230231281835
Octal2411532452430434503065
Binary1010000111010111010010110100011010001110010100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BA5; }

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

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

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

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

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

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

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

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