Shades of Violet Blue #A86399
Tints of Violet Blue #A86399
RGB
CMYK
RGB Variations
Color information
#A86399 (or 0xA86399) is known color: Violet Blue. HEX triplet: A8, 63 and 99. RGB value is (168,99,153). Sum of RGB (Red+Green+Blue) = 168+99+153=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A86399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86399 is #579C66. Grayscale: #7D7D7D. Windows color (decimal): -5741671 or 10052520. OLE color: 10052520.
HSL color Cylindrical-coordinate representation of color #A86399: hue angle of 313.04º 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 #A86399 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 153 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.34 |
| HSL | 313.04º | 0.28% | 0.52% | - |
| HSV(B) | 313.04º | 0.41% | 0.66% | - |
| XYZ | 26.36 | 19.55 | 32.52 | - |
| YUV | 125.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 153 | 0 | 0.41 | 0.09 | 0.34 | 313.04 | 0.28 | 0.52 |
| Hex | A8 | 63 | 99 | 0 | 29 | 9 | 22 | 139 | 1C | 34 |
| Octal | 250 | 143 | 231 | 0 | 51 | 11 | 42 | 471 | 34 | 64 |
| Binary | 10101000 | 1100011 | 10011001 | 0 | 101001 | 1001 | 100010 | 100111001 | 11100 | 110100 |
Color Harmonies of #A86399
Complementary color
Monochromatic Colors of #A86399
Black with #A86399
Text Example
Text Example
White with #A86399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86399; }
p { color: rgb(168,99,153); }
H1.HeaderClassName
{
color: #A86399;
}
.AnyTagClassName
{
color: #A86399;
}
</style>
background-color css
<style>
a { background-color: #A86399; }
a { background-color: rgb(168,99,153); }
div.DivClassName
{
background-color: #A86399;
}
.BgClassName
{
background-color: #A86399;
}
</style>
border-color css
<style>
span { border-color: #A86399; }
span { border-color: rgb(168,99,153); }
td.TdClassName
{
border-color: #A86399;
}
.TagClassName
{
border-color: #A86399;
}
</style>