Shades of Violet Blue #A1749E
Tints of Violet Blue #A1749E
RGB
CMYK
RGB Variations
Color information
#A1749E (or 0xA1749E) is known color: Violet Blue. HEX triplet: A1, 74 and 9E. RGB value is (161,116,158). Sum of RGB (Red+Green+Blue) = 161+116+158=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1749E is #5E8B61. Grayscale: #868686. Windows color (decimal): -6196066 or 10384545. OLE color: 10384545.
HSL color Cylindrical-coordinate representation of color #A1749E: hue angle of 304º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1749E is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 158 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.37 |
| HSL | 304º | 0.19% | 0.54% | - |
| HSV(B) | 304º | 0.28% | 0.63% | - |
| XYZ | 27.11 | 22.54 | 35.27 | - |
| YUV | 134.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 158 | 0 | 0.28 | 0.02 | 0.37 | 304 | 0.19 | 0.54 |
| Hex | A1 | 74 | 9E | 0 | 1C | 2 | 25 | 130 | 13 | 36 |
| Octal | 241 | 164 | 236 | 0 | 34 | 2 | 45 | 460 | 23 | 66 |
| Binary | 10100001 | 1110100 | 10011110 | 0 | 11100 | 10 | 100101 | 100110000 | 10011 | 110110 |
Color Harmonies of #A1749E
Complementary color
Monochromatic Colors of #A1749E
Black with #A1749E
Text Example
Text Example
White with #A1749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1749E; }
p { color: rgb(161,116,158); }
H1.HeaderClassName
{
color: #A1749E;
}
.AnyTagClassName
{
color: #A1749E;
}
</style>
background-color css
<style>
a { background-color: #A1749E; }
a { background-color: rgb(161,116,158); }
div.DivClassName
{
background-color: #A1749E;
}
.BgClassName
{
background-color: #A1749E;
}
</style>
border-color css
<style>
span { border-color: #A1749E; }
span { border-color: rgb(161,116,158); }
td.TdClassName
{
border-color: #A1749E;
}
.TagClassName
{
border-color: #A1749E;
}
</style>