Shades of Violet Blue #A1649C
Tints of Violet Blue #A1649C
RGB
CMYK
RGB Variations
Color information
#A1649C (or 0xA1649C) is known color: Violet Blue. HEX triplet: A1, 64 and 9C. RGB value is (161,100,156). Sum of RGB (Red+Green+Blue) = 161+100+156=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1649C is #5E9B63. Grayscale: #7C7C7C. Windows color (decimal): -6200164 or 10249377. OLE color: 10249377.
HSL color Cylindrical-coordinate representation of color #A1649C: hue angle of 304.92º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1649C is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 156 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.37 |
| HSL | 304.92º | 0.24% | 0.51% | - |
| HSV(B) | 304.92º | 0.38% | 0.63% | - |
| XYZ | 25.26 | 19.09 | 33.81 | - |
| YUV | 124.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 156 | 0 | 0.38 | 0.03 | 0.37 | 304.92 | 0.24 | 0.51 |
| Hex | A1 | 64 | 9C | 0 | 26 | 3 | 25 | 131 | 18 | 33 |
| Octal | 241 | 144 | 234 | 0 | 46 | 3 | 45 | 461 | 30 | 63 |
| Binary | 10100001 | 1100100 | 10011100 | 0 | 100110 | 11 | 100101 | 100110001 | 11000 | 110011 |
Color Harmonies of #A1649C
Complementary color
Monochromatic Colors of #A1649C
Black with #A1649C
Text Example
Text Example
White with #A1649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1649C; }
p { color: rgb(161,100,156); }
H1.HeaderClassName
{
color: #A1649C;
}
.AnyTagClassName
{
color: #A1649C;
}
</style>
background-color css
<style>
a { background-color: #A1649C; }
a { background-color: rgb(161,100,156); }
div.DivClassName
{
background-color: #A1649C;
}
.BgClassName
{
background-color: #A1649C;
}
</style>
border-color css
<style>
span { border-color: #A1649C; }
span { border-color: rgb(161,100,156); }
td.TdClassName
{
border-color: #A1649C;
}
.TagClassName
{
border-color: #A1649C;
}
</style>