Shades of Violet Blue #A86DB4
Tints of Violet Blue #A86DB4
RGB
CMYK
RGB Variations
Color information
#A86DB4 (or 0xA86DB4) is known color: Violet Blue. HEX triplet: A8, 6D and B4. RGB value is (168,109,180). Sum of RGB (Red+Green+Blue) = 168+109+180=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #A86DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DB4 is #57924B. Grayscale: #868686. Windows color (decimal): -5739084 or 11824552. OLE color: 11824552.
HSL color Cylindrical-coordinate representation of color #A86DB4: hue angle of 289.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86DB4 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 109 | 180 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.29 |
| HSL | 289.86º | 0.32% | 0.57% | - |
| HSV(B) | 289.86º | 0.39% | 0.71% | - |
| XYZ | 29.86 | 22.56 | 45.96 | - |
| YUV | 134.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 180 | 0.07 | 0.39 | 0 | 0.29 | 289.86 | 0.32 | 0.57 |
| Hex | A8 | 6D | B4 | 7 | 27 | 0 | 1D | 122 | 20 | 39 |
| Octal | 250 | 155 | 264 | 7 | 47 | 0 | 35 | 442 | 40 | 71 |
| Binary | 10101000 | 1101101 | 10110100 | 111 | 100111 | 0 | 11101 | 100100010 | 100000 | 111001 |
Color Harmonies of #A86DB4
Complementary color
Monochromatic Colors of #A86DB4
Black with #A86DB4
Text Example
Text Example
White with #A86DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DB4; }
p { color: rgb(168,109,180); }
H1.HeaderClassName
{
color: #A86DB4;
}
.AnyTagClassName
{
color: #A86DB4;
}
</style>
background-color css
<style>
a { background-color: #A86DB4; }
a { background-color: rgb(168,109,180); }
div.DivClassName
{
background-color: #A86DB4;
}
.BgClassName
{
background-color: #A86DB4;
}
</style>
border-color css
<style>
span { border-color: #A86DB4; }
span { border-color: rgb(168,109,180); }
td.TdClassName
{
border-color: #A86DB4;
}
.TagClassName
{
border-color: #A86DB4;
}
</style>