#A16299

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

Shades of Violet Blue #A16299

Tints of Violet Blue #A16299

Color information

#A16299 (or 0xA16299) is unknown color: approx Violet Blue. HEX triplet: A1, 62 and 99. RGB value is (161,98,153). Sum of RGB (Red+Green+Blue) = 161+98+153=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A16299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16299 is #5E9D66. Grayscale: #7A7A7A. Windows color (decimal): -6200679 or 10052257. OLE color: 10052257.

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

Color convert

RGB16198153-
CMYK00.390.050.37
HSL307.62º25.1%50.78%-
HSV(B)307.62º39.13%63.14%-
XYZ24.8218.6132.42-
YUV123.11144.87155.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=39.08%
G=23.79%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619815300.390.050.37307.6225.150.78
HexA162990275251341933
Octal2411422310475454643163
Binary10100001110001010011001010011110110010110011010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16299; }

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

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

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

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

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

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

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

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