Shades of Violet Blue #A86899
Tints of Violet Blue #A86899
RGB
CMYK
RGB Variations
Color information
#A86899 (or 0xA86899) is known color: Violet Blue. HEX triplet: A8, 68 and 99. RGB value is (168,104,153). Sum of RGB (Red+Green+Blue) = 168+104+153=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A86899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86899 is #579766. Grayscale: #808080. Windows color (decimal): -5740391 or 10053800. OLE color: 10053800.
HSL color Cylindrical-coordinate representation of color #A86899: hue angle of 314.06º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86899 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 153 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.34 |
| HSL | 314.06º | 0.27% | 0.53% | - |
| HSV(B) | 314.06º | 0.38% | 0.66% | - |
| XYZ | 26.85 | 20.53 | 32.68 | - |
| YUV | 128.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 153 | 0 | 0.38 | 0.09 | 0.34 | 314.06 | 0.27 | 0.53 |
| Hex | A8 | 68 | 99 | 0 | 26 | 9 | 22 | 13A | 1B | 35 |
| Octal | 250 | 150 | 231 | 0 | 46 | 11 | 42 | 472 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10011001 | 0 | 100110 | 1001 | 100010 | 100111010 | 11011 | 110101 |
Color Harmonies of #A86899
Complementary color
Monochromatic Colors of #A86899
Black with #A86899
Text Example
Text Example
White with #A86899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86899; }
p { color: rgb(168,104,153); }
H1.HeaderClassName
{
color: #A86899;
}
.AnyTagClassName
{
color: #A86899;
}
</style>
background-color css
<style>
a { background-color: #A86899; }
a { background-color: rgb(168,104,153); }
div.DivClassName
{
background-color: #A86899;
}
.BgClassName
{
background-color: #A86899;
}
</style>
border-color css
<style>
span { border-color: #A86899; }
span { border-color: rgb(168,104,153); }
td.TdClassName
{
border-color: #A86899;
}
.TagClassName
{
border-color: #A86899;
}
</style>