#A16596

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

Shades of Violet Blue #A16596

Tints of Violet Blue #A16596

Color information

#A16596 (or 0xA16596) is unknown color: approx Violet Blue. HEX triplet: A1, 65 and 96. RGB value is (161,101,150). Sum of RGB (Red+Green+Blue) = 161+101+150=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A16596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16596 is #5E9A69. Grayscale: #7C7C7C. Windows color (decimal): -6199914 or 9856417. OLE color: 9856417.

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

Color convert

RGB161101150-
CMYK00.370.070.37
HSL311º24.19%51.37%-
HSV(B)311º37.27%63.14%-
XYZ24.8619.0931.23-
YUV124.53142.38154.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=39.08%
G=24.51%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110115000.370.070.3731124.1951.37
HexA165960257251371833
Octal2411452260457454673063
Binary10100001110010110010110010010111110010110011011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16596; }

 p { color: rgb(161,101,150); }

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

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

 a { background-color: rgb(161,101,150); }

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

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

 span { border-color: rgb(161,101,150); }

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