Shades of Violet Blue #A1649E
Tints of Violet Blue #A1649E
RGB
CMYK
RGB Variations
Color information
#A1649E (or 0xA1649E) is known color: Violet Blue. HEX triplet: A1, 64 and 9E. RGB value is (161,100,158). Sum of RGB (Red+Green+Blue) = 161+100+158=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1649E is #5E9B61. Grayscale: #7C7C7C. Windows color (decimal): -6200162 or 10380449. OLE color: 10380449.
HSL color Cylindrical-coordinate representation of color #A1649E: hue angle of 302.95º 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 #A1649E is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 158 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.37 |
| HSL | 302.95º | 0.24% | 0.51% | - |
| HSV(B) | 302.95º | 0.38% | 0.63% | - |
| XYZ | 25.43 | 19.16 | 34.71 | - |
| YUV | 124.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 158 | 0 | 0.38 | 0.02 | 0.37 | 302.95 | 0.24 | 0.51 |
| Hex | A1 | 64 | 9E | 0 | 26 | 2 | 25 | 12F | 18 | 33 |
| Octal | 241 | 144 | 236 | 0 | 46 | 2 | 45 | 457 | 30 | 63 |
| Binary | 10100001 | 1100100 | 10011110 | 0 | 100110 | 10 | 100101 | 100101111 | 11000 | 110011 |
Color Harmonies of #A1649E
Complementary color
Monochromatic Colors of #A1649E
Black with #A1649E
Text Example
Text Example
White with #A1649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1649E; }
p { color: rgb(161,100,158); }
H1.HeaderClassName
{
color: #A1649E;
}
.AnyTagClassName
{
color: #A1649E;
}
</style>
background-color css
<style>
a { background-color: #A1649E; }
a { background-color: rgb(161,100,158); }
div.DivClassName
{
background-color: #A1649E;
}
.BgClassName
{
background-color: #A1649E;
}
</style>
border-color css
<style>
span { border-color: #A1649E; }
span { border-color: rgb(161,100,158); }
td.TdClassName
{
border-color: #A1649E;
}
.TagClassName
{
border-color: #A1649E;
}
</style>