Shades of Violet Blue #A86AAE
Tints of Violet Blue #A86AAE
RGB
CMYK
RGB Variations
Color information
#A86AAE (or 0xA86AAE) is known color: Violet Blue. HEX triplet: A8, 6A and AE. RGB value is (168,106,174). Sum of RGB (Red+Green+Blue) = 168+106+174=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #A86AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86AAE is #579551. Grayscale: #848484. Windows color (decimal): -5739858 or 11430568. OLE color: 11430568.
HSL color Cylindrical-coordinate representation of color #A86AAE: hue angle of 294.71º degrees, saturation: 0.3, 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 #A86AAE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 106 | 174 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.32 |
| HSL | 294.71º | 0.3% | 0.55% | - |
| HSV(B) | 294.71º | 0.39% | 0.68% | - |
| XYZ | 28.94 | 21.69 | 42.71 | - |
| YUV | 132.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 174 | 0.03 | 0.39 | 0 | 0.32 | 294.71 | 0.3 | 0.55 |
| Hex | A8 | 6A | AE | 3 | 27 | 0 | 20 | 127 | 1E | 37 |
| Octal | 250 | 152 | 256 | 3 | 47 | 0 | 40 | 447 | 36 | 67 |
| Binary | 10101000 | 1101010 | 10101110 | 11 | 100111 | 0 | 100000 | 100100111 | 11110 | 110111 |
Color Harmonies of #A86AAE
Complementary color
Monochromatic Colors of #A86AAE
Black with #A86AAE
Text Example
Text Example
White with #A86AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AAE; }
p { color: rgb(168,106,174); }
H1.HeaderClassName
{
color: #A86AAE;
}
.AnyTagClassName
{
color: #A86AAE;
}
</style>
background-color css
<style>
a { background-color: #A86AAE; }
a { background-color: rgb(168,106,174); }
div.DivClassName
{
background-color: #A86AAE;
}
.BgClassName
{
background-color: #A86AAE;
}
</style>
border-color css
<style>
span { border-color: #A86AAE; }
span { border-color: rgb(168,106,174); }
td.TdClassName
{
border-color: #A86AAE;
}
.TagClassName
{
border-color: #A86AAE;
}
</style>