Shades of Violet Blue #A1649B
Tints of Violet Blue #A1649B
RGB
CMYK
RGB Variations
Color information
#A1649B (or 0xA1649B) is known color: Violet Blue. HEX triplet: A1, 64 and 9B. RGB value is (161,100,155). Sum of RGB (Red+Green+Blue) = 161+100+155=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1649B is #5E9B64. Grayscale: #7C7C7C. Windows color (decimal): -6200165 or 10183841. OLE color: 10183841.
HSL color Cylindrical-coordinate representation of color #A1649B: hue angle of 305.9º 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 #A1649B is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 155 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.37 |
| HSL | 305.9º | 0.24% | 0.51% | - |
| HSV(B) | 305.9º | 0.38% | 0.63% | - |
| XYZ | 25.17 | 19.06 | 33.36 | - |
| YUV | 124.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 155 | 0 | 0.38 | 0.04 | 0.37 | 305.9 | 0.24 | 0.51 |
| Hex | A1 | 64 | 9B | 0 | 26 | 4 | 25 | 132 | 18 | 33 |
| Octal | 241 | 144 | 233 | 0 | 46 | 4 | 45 | 462 | 30 | 63 |
| Binary | 10100001 | 1100100 | 10011011 | 0 | 100110 | 100 | 100101 | 100110010 | 11000 | 110011 |
Color Harmonies of #A1649B
Complementary color
Monochromatic Colors of #A1649B
Black with #A1649B
Text Example
Text Example
White with #A1649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1649B; }
p { color: rgb(161,100,155); }
H1.HeaderClassName
{
color: #A1649B;
}
.AnyTagClassName
{
color: #A1649B;
}
</style>
background-color css
<style>
a { background-color: #A1649B; }
a { background-color: rgb(161,100,155); }
div.DivClassName
{
background-color: #A1649B;
}
.BgClassName
{
background-color: #A1649B;
}
</style>
border-color css
<style>
span { border-color: #A1649B; }
span { border-color: rgb(161,100,155); }
td.TdClassName
{
border-color: #A1649B;
}
.TagClassName
{
border-color: #A1649B;
}
</style>