#A16EA5

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

Shades of Violet Blue #A16EA5

Tints of Violet Blue #A16EA5

Color information

#A16EA5 (or 0xA16EA5) is unknown color: approx Violet Blue. HEX triplet: A1, 6E and A5. RGB value is (161,110,165). Sum of RGB (Red+Green+Blue) = 161+110+165=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 165 - color contains mainly: blue. Hex color #A16EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EA5 is #5E915A. Grayscale: #838383. Windows color (decimal): -6197595 or 10841761. OLE color: 10841761.

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

Color convert

RGB161110165-
CMYK0.020.3300.35
HSL295.64º23.4%53.92%-
HSV(B)295.64º33.33%64.71%-
XYZ27.0721.4538.31-
YUV131.52146.9149.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=36.93%
G=25.23%
B=37.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611101650.020.3300.35295.6423.453.92
HexA16EA52210231281736
Octal2411562452410434502766
Binary1010000111011101010010110100001010001110010100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EA5; }

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

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

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

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

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

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

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

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