#A16799

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

Shades of Violet Blue #A16799

Tints of Violet Blue #A16799

Color information

#A16799 (or 0xA16799) is unknown color: approx Violet Blue. HEX triplet: A1, 67 and 99. RGB value is (161,103,153). Sum of RGB (Red+Green+Blue) = 161+103+153=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A16799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16799 is #5E9866. Grayscale: #7D7D7D. Windows color (decimal): -6199399 or 10053537. OLE color: 10053537.

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

Color convert

RGB161103153-
CMYK00.360.050.37
HSL308.28º23.58%51.76%-
HSV(B)308.28º36.02%63.14%-
XYZ25.319.5832.58-
YUV126.04143.22152.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=38.61%
G=24.70%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110315300.360.050.37308.2823.5851.76
HexA167990245251341834
Octal2411472310445454643064
Binary10100001110011110011001010010010110010110011010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16799; }

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

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

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

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

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

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

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

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