Shades of Violet Blue #A86498
Tints of Violet Blue #A86498
RGB
CMYK
RGB Variations
Color information
#A86498 (or 0xA86498) is known color: Violet Blue. HEX triplet: A8, 64 and 98. RGB value is (168,100,152). Sum of RGB (Red+Green+Blue) = 168+100+152=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A86498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86498 is #579B67. Grayscale: #7E7E7E. Windows color (decimal): -5741416 or 9987240. OLE color: 9987240.
HSL color Cylindrical-coordinate representation of color #A86498: hue angle of 314.12º 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 #A86498 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 152 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.34 |
| HSL | 314.12º | 0.28% | 0.53% | - |
| HSV(B) | 314.12º | 0.4% | 0.66% | - |
| XYZ | 26.37 | 19.71 | 32.12 | - |
| YUV | 126.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 152 | 0 | 0.40 | 0.10 | 0.34 | 314.12 | 0.28 | 0.53 |
| Hex | A8 | 64 | 98 | 0 | 28 | A | 22 | 13A | 1C | 35 |
| Octal | 250 | 144 | 230 | 0 | 50 | 12 | 42 | 472 | 34 | 65 |
| Binary | 10101000 | 1100100 | 10011000 | 0 | 101000 | 1010 | 100010 | 100111010 | 11100 | 110101 |
Color Harmonies of #A86498
Complementary color
Monochromatic Colors of #A86498
Black with #A86498
Text Example
Text Example
White with #A86498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86498; }
p { color: rgb(168,100,152); }
H1.HeaderClassName
{
color: #A86498;
}
.AnyTagClassName
{
color: #A86498;
}
</style>
background-color css
<style>
a { background-color: #A86498; }
a { background-color: rgb(168,100,152); }
div.DivClassName
{
background-color: #A86498;
}
.BgClassName
{
background-color: #A86498;
}
</style>
border-color css
<style>
span { border-color: #A86498; }
span { border-color: rgb(168,100,152); }
td.TdClassName
{
border-color: #A86498;
}
.TagClassName
{
border-color: #A86498;
}
</style>