Shades of Violet Blue #A86597
Tints of Violet Blue #A86597
RGB
CMYK
RGB Variations
Color information
#A86597 (or 0xA86597) is known color: Violet Blue. HEX triplet: A8, 65 and 97. RGB value is (168,101,151). Sum of RGB (Red+Green+Blue) = 168+101+151=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A86597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86597 is #579A68. Grayscale: #7E7E7E. Windows color (decimal): -5741161 or 9921960. OLE color: 9921960.
HSL color Cylindrical-coordinate representation of color #A86597: hue angle of 315.22º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86597 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 151 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.34 |
| HSL | 315.22º | 0.28% | 0.53% | - |
| HSV(B) | 315.22º | 0.4% | 0.66% | - |
| XYZ | 26.39 | 19.87 | 31.72 | - |
| YUV | 126.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 151 | 0 | 0.40 | 0.10 | 0.34 | 315.22 | 0.28 | 0.53 |
| Hex | A8 | 65 | 97 | 0 | 28 | A | 22 | 13B | 1C | 35 |
| Octal | 250 | 145 | 227 | 0 | 50 | 12 | 42 | 473 | 34 | 65 |
| Binary | 10101000 | 1100101 | 10010111 | 0 | 101000 | 1010 | 100010 | 100111011 | 11100 | 110101 |
Color Harmonies of #A86597
Complementary color
Monochromatic Colors of #A86597
Black with #A86597
Text Example
Text Example
White with #A86597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86597; }
p { color: rgb(168,101,151); }
H1.HeaderClassName
{
color: #A86597;
}
.AnyTagClassName
{
color: #A86597;
}
</style>
background-color css
<style>
a { background-color: #A86597; }
a { background-color: rgb(168,101,151); }
div.DivClassName
{
background-color: #A86597;
}
.BgClassName
{
background-color: #A86597;
}
</style>
border-color css
<style>
span { border-color: #A86597; }
span { border-color: rgb(168,101,151); }
td.TdClassName
{
border-color: #A86597;
}
.TagClassName
{
border-color: #A86597;
}
</style>