Shades of Violet Blue #A16C9F
Tints of Violet Blue #A16C9F
RGB
CMYK
RGB Variations
Color information
#A16C9F (or 0xA16C9F) is known color: Violet Blue. HEX triplet: A1, 6C and 9F. RGB value is (161,108,159). Sum of RGB (Red+Green+Blue) = 161+108+159=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C9F is #5E9360. Grayscale: #818181. Windows color (decimal): -6198113 or 10448033. OLE color: 10448033.
HSL color Cylindrical-coordinate representation of color #A16C9F: hue angle of 302.26º 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 #A16C9F is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 159 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.37 |
| HSL | 302.26º | 0.22% | 0.53% | - |
| HSV(B) | 302.26º | 0.33% | 0.63% | - |
| XYZ | 26.32 | 20.81 | 35.43 | - |
| YUV | 129.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 159 | 0 | 0.33 | 0.01 | 0.37 | 302.26 | 0.22 | 0.53 |
| Hex | A1 | 6C | 9F | 0 | 21 | 1 | 25 | 12E | 16 | 35 |
| Octal | 241 | 154 | 237 | 0 | 41 | 1 | 45 | 456 | 26 | 65 |
| Binary | 10100001 | 1101100 | 10011111 | 0 | 100001 | 1 | 100101 | 100101110 | 10110 | 110101 |
Color Harmonies of #A16C9F
Complementary color
Monochromatic Colors of #A16C9F
Black with #A16C9F
Text Example
Text Example
White with #A16C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C9F; }
p { color: rgb(161,108,159); }
H1.HeaderClassName
{
color: #A16C9F;
}
.AnyTagClassName
{
color: #A16C9F;
}
</style>
background-color css
<style>
a { background-color: #A16C9F; }
a { background-color: rgb(161,108,159); }
div.DivClassName
{
background-color: #A16C9F;
}
.BgClassName
{
background-color: #A16C9F;
}
</style>
border-color css
<style>
span { border-color: #A16C9F; }
span { border-color: rgb(161,108,159); }
td.TdClassName
{
border-color: #A16C9F;
}
.TagClassName
{
border-color: #A16C9F;
}
</style>