Shades of Violet Blue #A17B9F
Tints of Violet Blue #A17B9F
RGB
CMYK
RGB Variations
Color information
#A17B9F (or 0xA17B9F) is known color: Violet Blue. HEX triplet: A1, 7B and 9F. RGB value is (161,123,159). Sum of RGB (Red+Green+Blue) = 161+123+159=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17B9F is #5E8460. Grayscale: #8A8A8A. Windows color (decimal): -6194273 or 10451873. OLE color: 10451873.
HSL color Cylindrical-coordinate representation of color #A17B9F: hue angle of 303.16º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17B9F is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 159 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.37 |
| HSL | 303.16º | 0.17% | 0.56% | - |
| HSV(B) | 303.16º | 0.24% | 0.63% | - |
| XYZ | 28.04 | 24.25 | 36 | - |
| YUV | 138.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 159 | 0 | 0.24 | 0.01 | 0.37 | 303.16 | 0.17 | 0.56 |
| Hex | A1 | 7B | 9F | 0 | 18 | 1 | 25 | 12F | 11 | 38 |
| Octal | 241 | 173 | 237 | 0 | 30 | 1 | 45 | 457 | 21 | 70 |
| Binary | 10100001 | 1111011 | 10011111 | 0 | 11000 | 1 | 100101 | 100101111 | 10001 | 111000 |
Color Harmonies of #A17B9F
Complementary color
Monochromatic Colors of #A17B9F
Black with #A17B9F
Text Example
Text Example
White with #A17B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B9F; }
p { color: rgb(161,123,159); }
H1.HeaderClassName
{
color: #A17B9F;
}
.AnyTagClassName
{
color: #A17B9F;
}
</style>
background-color css
<style>
a { background-color: #A17B9F; }
a { background-color: rgb(161,123,159); }
div.DivClassName
{
background-color: #A17B9F;
}
.BgClassName
{
background-color: #A17B9F;
}
</style>
border-color css
<style>
span { border-color: #A17B9F; }
span { border-color: rgb(161,123,159); }
td.TdClassName
{
border-color: #A17B9F;
}
.TagClassName
{
border-color: #A17B9F;
}
</style>