#A16091

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

Shades of Violet Blue #A16091

Tints of Violet Blue #A16091

Color information

#A16091 (or 0xA16091) is unknown color: approx Violet Blue. HEX triplet: A1, 60 and 91. RGB value is (161,96,145). Sum of RGB (Red+Green+Blue) = 161+96+145=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A16091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16091 is #5E9F6E. Grayscale: #787878. Windows color (decimal): -6201199 or 9527457. OLE color: 9527457.

HSL color Cylindrical-coordinate representation of color #A16091: hue angle of 314.77º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16091 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB16196145-
CMYK00.400.100.37
HSL314.77º25.69%50.39%-
HSV(B)314.77º40.37%63.14%-
XYZ23.9917.9929-
YUV121.02141.53156.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=40.05%
G=23.88%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619614500.400.100.37314.7725.6950.39
HexA16091028A2513b1a32
Octal24114022105012454733262
Binary101000011100000100100010101000101010010110011101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16091; }

 p { color: rgb(161,96,145); }

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

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

 a { background-color: rgb(161,96,145); }

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

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

 span { border-color: rgb(161,96,145); }

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