Shades of Violet Blue #A86D9E
Tints of Violet Blue #A86D9E
RGB
CMYK
RGB Variations
Color information
#A86D9E (or 0xA86D9E) is known color: Violet Blue. HEX triplet: A8, 6D and 9E. RGB value is (168,109,158). Sum of RGB (Red+Green+Blue) = 168+109+158=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D9E is #579261. Grayscale: #848484. Windows color (decimal): -5739106 or 10382760. OLE color: 10382760.
HSL color Cylindrical-coordinate representation of color #A86D9E: hue angle of 310.17º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D9E is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 158 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.34 |
| HSL | 310.17º | 0.25% | 0.54% | - |
| HSV(B) | 310.17º | 0.35% | 0.66% | - |
| XYZ | 27.79 | 21.73 | 35.08 | - |
| YUV | 132.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 158 | 0 | 0.35 | 0.06 | 0.34 | 310.17 | 0.25 | 0.54 |
| Hex | A8 | 6D | 9E | 0 | 23 | 6 | 22 | 136 | 19 | 36 |
| Octal | 250 | 155 | 236 | 0 | 43 | 6 | 42 | 466 | 31 | 66 |
| Binary | 10101000 | 1101101 | 10011110 | 0 | 100011 | 110 | 100010 | 100110110 | 11001 | 110110 |
Color Harmonies of #A86D9E
Complementary color
Monochromatic Colors of #A86D9E
Black with #A86D9E
Text Example
Text Example
White with #A86D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D9E; }
p { color: rgb(168,109,158); }
H1.HeaderClassName
{
color: #A86D9E;
}
.AnyTagClassName
{
color: #A86D9E;
}
</style>
background-color css
<style>
a { background-color: #A86D9E; }
a { background-color: rgb(168,109,158); }
div.DivClassName
{
background-color: #A86D9E;
}
.BgClassName
{
background-color: #A86D9E;
}
</style>
border-color css
<style>
span { border-color: #A86D9E; }
span { border-color: rgb(168,109,158); }
td.TdClassName
{
border-color: #A86D9E;
}
.TagClassName
{
border-color: #A86D9E;
}
</style>