Shades of Violet Blue #A1659A
Tints of Violet Blue #A1659A
RGB
CMYK
RGB Variations
Color information
#A1659A (or 0xA1659A) is known color: Violet Blue. HEX triplet: A1, 65 and 9A. RGB value is (161,101,154). Sum of RGB (Red+Green+Blue) = 161+101+154=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1659A is #5E9A65. Grayscale: #7C7C7C. Windows color (decimal): -6199910 or 10118561. OLE color: 10118561.
HSL color Cylindrical-coordinate representation of color #A1659A: hue angle of 307º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1659A is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 154 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.37 |
| HSL | 307º | 0.24% | 0.51% | - |
| HSV(B) | 307º | 0.37% | 0.63% | - |
| XYZ | 25.18 | 19.22 | 32.95 | - |
| YUV | 124.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 154 | 0 | 0.37 | 0.04 | 0.37 | 307 | 0.24 | 0.51 |
| Hex | A1 | 65 | 9A | 0 | 25 | 4 | 25 | 133 | 18 | 33 |
| Octal | 241 | 145 | 232 | 0 | 45 | 4 | 45 | 463 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10011010 | 0 | 100101 | 100 | 100101 | 100110011 | 11000 | 110011 |
Color Harmonies of #A1659A
Complementary color
Monochromatic Colors of #A1659A
Black with #A1659A
Text Example
Text Example
White with #A1659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1659A; }
p { color: rgb(161,101,154); }
H1.HeaderClassName
{
color: #A1659A;
}
.AnyTagClassName
{
color: #A1659A;
}
</style>
background-color css
<style>
a { background-color: #A1659A; }
a { background-color: rgb(161,101,154); }
div.DivClassName
{
background-color: #A1659A;
}
.BgClassName
{
background-color: #A1659A;
}
</style>
border-color css
<style>
span { border-color: #A1659A; }
span { border-color: rgb(161,101,154); }
td.TdClassName
{
border-color: #A1659A;
}
.TagClassName
{
border-color: #A1659A;
}
</style>