Shades of Violet Blue #A86398
Tints of Violet Blue #A86398
RGB
CMYK
RGB Variations
Color information
#A86398 (or 0xA86398) is known color: Violet Blue. HEX triplet: A8, 63 and 98. RGB value is (168,99,152). Sum of RGB (Red+Green+Blue) = 168+99+152=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A86398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86398 is #579C67. Grayscale: #7D7D7D. Windows color (decimal): -5741672 or 9986984. OLE color: 9986984.
HSL color Cylindrical-coordinate representation of color #A86398: hue angle of 313.91º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86398 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 152 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.34 |
| HSL | 313.91º | 0.28% | 0.52% | - |
| HSV(B) | 313.91º | 0.41% | 0.66% | - |
| XYZ | 26.28 | 19.52 | 32.09 | - |
| YUV | 125.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 152 | 0 | 0.41 | 0.10 | 0.34 | 313.91 | 0.28 | 0.52 |
| Hex | A8 | 63 | 98 | 0 | 29 | A | 22 | 13A | 1C | 34 |
| Octal | 250 | 143 | 230 | 0 | 51 | 12 | 42 | 472 | 34 | 64 |
| Binary | 10101000 | 1100011 | 10011000 | 0 | 101001 | 1010 | 100010 | 100111010 | 11100 | 110100 |
Color Harmonies of #A86398
Complementary color
Monochromatic Colors of #A86398
Black with #A86398
Text Example
Text Example
White with #A86398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86398; }
p { color: rgb(168,99,152); }
H1.HeaderClassName
{
color: #A86398;
}
.AnyTagClassName
{
color: #A86398;
}
</style>
background-color css
<style>
a { background-color: #A86398; }
a { background-color: rgb(168,99,152); }
div.DivClassName
{
background-color: #A86398;
}
.BgClassName
{
background-color: #A86398;
}
</style>
border-color css
<style>
span { border-color: #A86398; }
span { border-color: rgb(168,99,152); }
td.TdClassName
{
border-color: #A86398;
}
.TagClassName
{
border-color: #A86398;
}
</style>