Shades of Violet Blue #A86297
Tints of Violet Blue #A86297
RGB
CMYK
RGB Variations
Color information
#A86297 (or 0xA86297) is known color: Violet Blue. HEX triplet: A8, 62 and 97. RGB value is (168,98,151). Sum of RGB (Red+Green+Blue) = 168+98+151=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86297 is #579D68. Grayscale: #7C7C7C. Windows color (decimal): -5741929 or 9921192. OLE color: 9921192.
HSL color Cylindrical-coordinate representation of color #A86297: hue angle of 314.57º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86297 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 151 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.34 |
| HSL | 314.57º | 0.29% | 0.52% | - |
| HSV(B) | 314.57º | 0.42% | 0.66% | - |
| XYZ | 26.1 | 19.29 | 31.63 | - |
| YUV | 124.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 151 | 0 | 0.42 | 0.10 | 0.34 | 314.57 | 0.29 | 0.52 |
| Hex | A8 | 62 | 97 | 0 | 2A | A | 22 | 13B | 1D | 34 |
| Octal | 250 | 142 | 227 | 0 | 52 | 12 | 42 | 473 | 35 | 64 |
| Binary | 10101000 | 1100010 | 10010111 | 0 | 101010 | 1010 | 100010 | 100111011 | 11101 | 110100 |
Color Harmonies of #A86297
Complementary color
Monochromatic Colors of #A86297
Black with #A86297
Text Example
Text Example
White with #A86297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86297; }
p { color: rgb(168,98,151); }
H1.HeaderClassName
{
color: #A86297;
}
.AnyTagClassName
{
color: #A86297;
}
</style>
background-color css
<style>
a { background-color: #A86297; }
a { background-color: rgb(168,98,151); }
div.DivClassName
{
background-color: #A86297;
}
.BgClassName
{
background-color: #A86297;
}
</style>
border-color css
<style>
span { border-color: #A86297; }
span { border-color: rgb(168,98,151); }
td.TdClassName
{
border-color: #A86297;
}
.TagClassName
{
border-color: #A86297;
}
</style>