Shades of Violet Blue #A86AAD
Tints of Violet Blue #A86AAD
RGB
CMYK
RGB Variations
Color information
#A86AAD (or 0xA86AAD) is known color: Violet Blue. HEX triplet: A8, 6A and AD. RGB value is (168,106,173). Sum of RGB (Red+Green+Blue) = 168+106+173=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A86AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86AAD is #579552. Grayscale: #838383. Windows color (decimal): -5739859 or 11365032. OLE color: 11365032.
HSL color Cylindrical-coordinate representation of color #A86AAD: hue angle of 295.52º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86AAD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 106 | 173 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.32 |
| HSL | 295.52º | 0.29% | 0.55% | - |
| HSV(B) | 295.52º | 0.39% | 0.68% | - |
| XYZ | 28.85 | 21.65 | 42.19 | - |
| YUV | 132.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 173 | 0.03 | 0.39 | 0 | 0.32 | 295.52 | 0.29 | 0.55 |
| Hex | A8 | 6A | AD | 3 | 27 | 0 | 20 | 128 | 1D | 37 |
| Octal | 250 | 152 | 255 | 3 | 47 | 0 | 40 | 450 | 35 | 67 |
| Binary | 10101000 | 1101010 | 10101101 | 11 | 100111 | 0 | 100000 | 100101000 | 11101 | 110111 |
Color Harmonies of #A86AAD
Complementary color
Monochromatic Colors of #A86AAD
Black with #A86AAD
Text Example
Text Example
White with #A86AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AAD; }
p { color: rgb(168,106,173); }
H1.HeaderClassName
{
color: #A86AAD;
}
.AnyTagClassName
{
color: #A86AAD;
}
</style>
background-color css
<style>
a { background-color: #A86AAD; }
a { background-color: rgb(168,106,173); }
div.DivClassName
{
background-color: #A86AAD;
}
.BgClassName
{
background-color: #A86AAD;
}
</style>
border-color css
<style>
span { border-color: #A86AAD; }
span { border-color: rgb(168,106,173); }
td.TdClassName
{
border-color: #A86AAD;
}
.TagClassName
{
border-color: #A86AAD;
}
</style>