#A16494

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

Shades of Violet Blue #A16494

Tints of Violet Blue #A16494

Color information

#A16494 (or 0xA16494) is unknown color: approx Violet Blue. HEX triplet: A1, 64 and 94. RGB value is (161,100,148). Sum of RGB (Red+Green+Blue) = 161+100+148=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A16494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16494 is #5E9B6B. Grayscale: #7B7B7B. Windows color (decimal): -6200172 or 9725089. OLE color: 9725089.

HSL color Cylindrical-coordinate representation of color #A16494: hue angle of 312.79º 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 #A16494 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB161100148-
CMYK00.380.080.37
HSL312.79º24.5%51.18%-
HSV(B)312.79º37.89%63.14%-
XYZ24.618.8330.35-
YUV123.71141.71154.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=39.36%
G=24.45%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110014800.380.080.37312.7924.551.18
HexA164940268251391833
Octal24114422404610454713063
Binary101000011100100100101000100110100010010110011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16494; }

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

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

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

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

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

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

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

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