Shades of Violet Blue #A17199
Tints of Violet Blue #A17199
RGB
CMYK
RGB Variations
Color information
#A17199 (or 0xA17199) is known color: Violet Blue. HEX triplet: A1, 71 and 99. RGB value is (161,113,153). Sum of RGB (Red+Green+Blue) = 161+113+153=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17199 is #5E8E66. Grayscale: #838383. Windows color (decimal): -6196839 or 10056097. OLE color: 10056097.
HSL color Cylindrical-coordinate representation of color #A17199: hue angle of 310º degrees, saturation: 0.2, 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 #A17199 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 153 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.37 |
| HSL | 310º | 0.2% | 0.54% | - |
| HSV(B) | 310º | 0.3% | 0.63% | - |
| XYZ | 26.35 | 21.69 | 32.93 | - |
| YUV | 131.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 153 | 0 | 0.30 | 0.05 | 0.37 | 310 | 0.2 | 0.54 |
| Hex | A1 | 71 | 99 | 0 | 1E | 5 | 25 | 136 | 14 | 36 |
| Octal | 241 | 161 | 231 | 0 | 36 | 5 | 45 | 466 | 24 | 66 |
| Binary | 10100001 | 1110001 | 10011001 | 0 | 11110 | 101 | 100101 | 100110110 | 10100 | 110110 |
Color Harmonies of #A17199
Complementary color
Monochromatic Colors of #A17199
Black with #A17199
Text Example
Text Example
White with #A17199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17199; }
p { color: rgb(161,113,153); }
H1.HeaderClassName
{
color: #A17199;
}
.AnyTagClassName
{
color: #A17199;
}
</style>
background-color css
<style>
a { background-color: #A17199; }
a { background-color: rgb(161,113,153); }
div.DivClassName
{
background-color: #A17199;
}
.BgClassName
{
background-color: #A17199;
}
</style>
border-color css
<style>
span { border-color: #A17199; }
span { border-color: rgb(161,113,153); }
td.TdClassName
{
border-color: #A17199;
}
.TagClassName
{
border-color: #A17199;
}
</style>