#A16391

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

Shades of Violet Blue #A16391

Tints of Violet Blue #A16391

Color information

#A16391 (or 0xA16391) is unknown color: approx Violet Blue. HEX triplet: A1, 63 and 91. RGB value is (161,99,145). Sum of RGB (Red+Green+Blue) = 161+99+145=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A16391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16391 is #5E9C6E. Grayscale: #7A7A7A. Windows color (decimal): -6200431 or 9528225. OLE color: 9528225.

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

Color convert

RGB16199145-
CMYK00.390.100.37
HSL315.48º24.8%50.98%-
HSV(B)315.48º38.51%63.14%-
XYZ24.2718.5529.09-
YUV122.78140.54155.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=39.75%
G=24.44%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619914500.390.100.37315.4824.850.98
HexA16391027A2513b1933
Octal24114322104712454733163
Binary101000011100011100100010100111101010010110011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16391; }

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

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

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

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

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

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

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

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