#A16497

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

Shades of Violet Blue #A16497

Tints of Violet Blue #A16497

Color information

#A16497 (or 0xA16497) is unknown color: approx Violet Blue. HEX triplet: A1, 64 and 97. RGB value is (161,100,151). Sum of RGB (Red+Green+Blue) = 161+100+151=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A16497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16497 is #5E9B68. Grayscale: #7B7B7B. Windows color (decimal): -6200169 or 9921697. OLE color: 9921697.

HSL color Cylindrical-coordinate representation of color #A16497: hue angle of 309.84º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16497 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB161100151-
CMYK00.380.060.37
HSL309.84º24.5%51.18%-
HSV(B)309.84º37.89%63.14%-
XYZ24.8418.9331.62-
YUV124.05143.21154.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 151 (59.38% from 255) = 36.65%
R=39.08%
G=24.27%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110015100.380.060.37309.8424.551.18
HexA164970266251361833
Octal2411442270466454663063
Binary10100001110010010010111010011011010010110011011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16497; }

 p { color: rgb(161,100,151); }

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

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

 a { background-color: rgb(161,100,151); }

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

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

 span { border-color: rgb(161,100,151); }

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