Shades of Violet Blue #A1749C
Tints of Violet Blue #A1749C
RGB
CMYK
RGB Variations
Color information
#A1749C (or 0xA1749C) is known color: Violet Blue. HEX triplet: A1, 74 and 9C. RGB value is (161,116,156). Sum of RGB (Red+Green+Blue) = 161+116+156=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1749C is #5E8B63. Grayscale: #858585. Windows color (decimal): -6196068 or 10253473. OLE color: 10253473.
HSL color Cylindrical-coordinate representation of color #A1749C: hue angle of 306.67º 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 #A1749C is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 156 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.37 |
| HSL | 306.67º | 0.19% | 0.54% | - |
| HSV(B) | 306.67º | 0.28% | 0.63% | - |
| XYZ | 26.94 | 22.47 | 34.37 | - |
| YUV | 134.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 156 | 0 | 0.28 | 0.03 | 0.37 | 306.67 | 0.19 | 0.54 |
| Hex | A1 | 74 | 9C | 0 | 1C | 3 | 25 | 133 | 13 | 36 |
| Octal | 241 | 164 | 234 | 0 | 34 | 3 | 45 | 463 | 23 | 66 |
| Binary | 10100001 | 1110100 | 10011100 | 0 | 11100 | 11 | 100101 | 100110011 | 10011 | 110110 |
Color Harmonies of #A1749C
Complementary color
Monochromatic Colors of #A1749C
Black with #A1749C
Text Example
Text Example
White with #A1749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1749C; }
p { color: rgb(161,116,156); }
H1.HeaderClassName
{
color: #A1749C;
}
.AnyTagClassName
{
color: #A1749C;
}
</style>
background-color css
<style>
a { background-color: #A1749C; }
a { background-color: rgb(161,116,156); }
div.DivClassName
{
background-color: #A1749C;
}
.BgClassName
{
background-color: #A1749C;
}
</style>
border-color css
<style>
span { border-color: #A1749C; }
span { border-color: rgb(161,116,156); }
td.TdClassName
{
border-color: #A1749C;
}
.TagClassName
{
border-color: #A1749C;
}
</style>