Shades of Violet Blue #A65197
Tints of Violet Blue #A65197
RGB
CMYK
RGB Variations
Color information
#A65197 (or 0xA65197) is known color: Violet Blue. HEX triplet: A6, 51 and 97. RGB value is (166,81,151). Sum of RGB (Red+Green+Blue) = 166+81+151=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A65197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65197 is #59AE68. Grayscale: #727272. Windows color (decimal): -5877353 or 9916838. OLE color: 9916838.
HSL color Cylindrical-coordinate representation of color #A65197: hue angle of 310.59º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65197 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 151 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.35 |
| HSL | 310.59º | 0.34% | 0.48% | - |
| HSV(B) | 310.59º | 0.51% | 0.65% | - |
| XYZ | 24.25 | 16.23 | 31.13 | - |
| YUV | 114.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 151 | 0 | 0.51 | 0.09 | 0.35 | 310.59 | 0.34 | 0.48 |
| Hex | A6 | 51 | 97 | 0 | 33 | 9 | 23 | 137 | 22 | 30 |
| Octal | 246 | 121 | 227 | 0 | 63 | 11 | 43 | 467 | 42 | 60 |
| Binary | 10100110 | 1010001 | 10010111 | 0 | 110011 | 1001 | 100011 | 100110111 | 100010 | 110000 |
Color Harmonies of #A65197
Complementary color
Monochromatic Colors of #A65197
Black with #A65197
Text Example
Text Example
White with #A65197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65197; }
p { color: rgb(166,81,151); }
H1.HeaderClassName
{
color: #A65197;
}
.AnyTagClassName
{
color: #A65197;
}
</style>
background-color css
<style>
a { background-color: #A65197; }
a { background-color: rgb(166,81,151); }
div.DivClassName
{
background-color: #A65197;
}
.BgClassName
{
background-color: #A65197;
}
</style>
border-color css
<style>
span { border-color: #A65197; }
span { border-color: rgb(166,81,151); }
td.TdClassName
{
border-color: #A65197;
}
.TagClassName
{
border-color: #A65197;
}
</style>