Shades of Violet Blue #A856AD
Tints of Violet Blue #A856AD
RGB
CMYK
RGB Variations
Color information
#A856AD (or 0xA856AD) is known color: Violet Blue. HEX triplet: A8, 56 and AD. RGB value is (168,86,173). Sum of RGB (Red+Green+Blue) = 168+86+173=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #A856AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A856AD is #57A952. Grayscale: #787878. Windows color (decimal): -5744979 or 11359912. OLE color: 11359912.
HSL color Cylindrical-coordinate representation of color #A856AD: hue angle of 296.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A856AD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 86 | 173 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.32 |
| HSL | 296.55º | 0.35% | 0.51% | - |
| HSV(B) | 296.55º | 0.5% | 0.68% | - |
| XYZ | 27.02 | 18 | 41.58 | - |
| YUV | 120.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 173 | 0.03 | 0.50 | 0 | 0.32 | 296.55 | 0.35 | 0.51 |
| Hex | A8 | 56 | AD | 3 | 32 | 0 | 20 | 129 | 23 | 33 |
| Octal | 250 | 126 | 255 | 3 | 62 | 0 | 40 | 451 | 43 | 63 |
| Binary | 10101000 | 1010110 | 10101101 | 11 | 110010 | 0 | 100000 | 100101001 | 100011 | 110011 |
Color Harmonies of #A856AD
Complementary color
Monochromatic Colors of #A856AD
Black with #A856AD
Text Example
Text Example
White with #A856AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856AD; }
p { color: rgb(168,86,173); }
H1.HeaderClassName
{
color: #A856AD;
}
.AnyTagClassName
{
color: #A856AD;
}
</style>
background-color css
<style>
a { background-color: #A856AD; }
a { background-color: rgb(168,86,173); }
div.DivClassName
{
background-color: #A856AD;
}
.BgClassName
{
background-color: #A856AD;
}
</style>
border-color css
<style>
span { border-color: #A856AD; }
span { border-color: rgb(168,86,173); }
td.TdClassName
{
border-color: #A856AD;
}
.TagClassName
{
border-color: #A856AD;
}
</style>