Shades of Violet Blue #A17099
Tints of Violet Blue #A17099
RGB
CMYK
RGB Variations
Color information
#A17099 (or 0xA17099) is known color: Violet Blue. HEX triplet: A1, 70 and 99. RGB value is (161,112,153). Sum of RGB (Red+Green+Blue) = 161+112+153=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A17099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17099 is #5E8F66. Grayscale: #838383. Windows color (decimal): -6197095 or 10055841. OLE color: 10055841.
HSL color Cylindrical-coordinate representation of color #A17099: hue angle of 309.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17099 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 153 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.37 |
| HSL | 309.8º | 0.21% | 0.54% | - |
| HSV(B) | 309.8º | 0.3% | 0.63% | - |
| XYZ | 26.24 | 21.47 | 32.9 | - |
| YUV | 131.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 153 | 0 | 0.30 | 0.05 | 0.37 | 309.8 | 0.21 | 0.54 |
| Hex | A1 | 70 | 99 | 0 | 1E | 5 | 25 | 136 | 15 | 36 |
| Octal | 241 | 160 | 231 | 0 | 36 | 5 | 45 | 466 | 25 | 66 |
| Binary | 10100001 | 1110000 | 10011001 | 0 | 11110 | 101 | 100101 | 100110110 | 10101 | 110110 |
Color Harmonies of #A17099
Complementary color
Monochromatic Colors of #A17099
Black with #A17099
Text Example
Text Example
White with #A17099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17099; }
p { color: rgb(161,112,153); }
H1.HeaderClassName
{
color: #A17099;
}
.AnyTagClassName
{
color: #A17099;
}
</style>
background-color css
<style>
a { background-color: #A17099; }
a { background-color: rgb(161,112,153); }
div.DivClassName
{
background-color: #A17099;
}
.BgClassName
{
background-color: #A17099;
}
</style>
border-color css
<style>
span { border-color: #A17099; }
span { border-color: rgb(161,112,153); }
td.TdClassName
{
border-color: #A17099;
}
.TagClassName
{
border-color: #A17099;
}
</style>