#A16C9B

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

Shades of Violet Blue #A16C9B

Tints of Violet Blue #A16C9B

Color information

#A16C9B (or 0xA16C9B) is unknown color: approx Violet Blue. HEX triplet: A1, 6C and 9B. RGB value is (161,108,155). Sum of RGB (Red+Green+Blue) = 161+108+155=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C9B is #5E9364. Grayscale: #818181. Windows color (decimal): -6198117 or 10185889. OLE color: 10185889.

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

Color convert

RGB161108155-
CMYK00.330.040.37
HSL306.79º21.99%52.75%-
HSV(B)306.79º32.92%63.14%-
XYZ25.9820.6733.63-
YUV129.2142.56150.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=37.97%
G=25.47%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110815500.330.040.37306.7921.9952.75
HexA16C9B0214251331635
Octal2411542330414454632665
Binary10100001110110010011011010000110010010110011001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C9B; }

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

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

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

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

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

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

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

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