#A16C99

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

Shades of Violet Blue #A16C99

Tints of Violet Blue #A16C99

Color information

#A16C99 (or 0xA16C99) is unknown color: approx Violet Blue. HEX triplet: A1, 6C and 99. RGB value is (161,108,153). Sum of RGB (Red+Green+Blue) = 161+108+153=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C99 is #5E9366. Grayscale: #808080. Windows color (decimal): -6198119 or 10054817. OLE color: 10054817.

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

Color convert

RGB161108153-
CMYK00.330.050.37
HSL309.06º21.99%52.75%-
HSV(B)309.06º32.92%63.14%-
XYZ25.8120.632.75-
YUV128.98141.56150.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=38.15%
G=25.59%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110815300.330.050.37309.0621.9952.75
HexA16C990215251351635
Octal2411542310415454652665
Binary10100001110110010011001010000110110010110011010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C99; }

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

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

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

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

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

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

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

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