Shades of Violet Blue #A1659D
Tints of Violet Blue #A1659D
RGB
CMYK
RGB Variations
Color information
#A1659D (or 0xA1659D) is known color: Violet Blue. HEX triplet: A1, 65 and 9D. RGB value is (161,101,157). Sum of RGB (Red+Green+Blue) = 161+101+157=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1659D is #5E9A62. Grayscale: #7D7D7D. Windows color (decimal): -6199907 or 10315169. OLE color: 10315169.
HSL color Cylindrical-coordinate representation of color #A1659D: hue angle of 304º 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 #A1659D is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 157 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.37 |
| HSL | 304º | 0.24% | 0.51% | - |
| HSV(B) | 304º | 0.37% | 0.63% | - |
| XYZ | 25.44 | 19.32 | 34.29 | - |
| YUV | 125.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 157 | 0 | 0.37 | 0.02 | 0.37 | 304 | 0.24 | 0.51 |
| Hex | A1 | 65 | 9D | 0 | 25 | 2 | 25 | 130 | 18 | 33 |
| Octal | 241 | 145 | 235 | 0 | 45 | 2 | 45 | 460 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10011101 | 0 | 100101 | 10 | 100101 | 100110000 | 11000 | 110011 |
Color Harmonies of #A1659D
Complementary color
Monochromatic Colors of #A1659D
Black with #A1659D
Text Example
Text Example
White with #A1659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1659D; }
p { color: rgb(161,101,157); }
H1.HeaderClassName
{
color: #A1659D;
}
.AnyTagClassName
{
color: #A1659D;
}
</style>
background-color css
<style>
a { background-color: #A1659D; }
a { background-color: rgb(161,101,157); }
div.DivClassName
{
background-color: #A1659D;
}
.BgClassName
{
background-color: #A1659D;
}
</style>
border-color css
<style>
span { border-color: #A1659D; }
span { border-color: rgb(161,101,157); }
td.TdClassName
{
border-color: #A1659D;
}
.TagClassName
{
border-color: #A1659D;
}
</style>