#A16499

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

Shades of Violet Blue #A16499

Tints of Violet Blue #A16499

Color information

#A16499 (or 0xA16499) is unknown color: approx Violet Blue. HEX triplet: A1, 64 and 99. RGB value is (161,100,153). Sum of RGB (Red+Green+Blue) = 161+100+153=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A16499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16499 is #5E9B66. Grayscale: #7C7C7C. Windows color (decimal): -6200167 or 10052769. OLE color: 10052769.

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

Color convert

RGB161100153-
CMYK00.380.050.37
HSL307.87º24.5%51.18%-
HSV(B)307.87º37.89%63.14%-
XYZ2518.9932.48-
YUV124.28144.21154.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=38.89%
G=24.15%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110015300.380.050.37307.8724.551.18
HexA164990265251341833
Octal2411442310465454643063
Binary10100001110010010011001010011010110010110011010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16499; }

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

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

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

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

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

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

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

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