Shades of Violet Blue #A856AF
Tints of Violet Blue #A856AF
RGB
CMYK
RGB Variations
Color information
#A856AF (or 0xA856AF) is known color: Violet Blue. HEX triplet: A8, 56 and AF. RGB value is (168,86,175). Sum of RGB (Red+Green+Blue) = 168+86+175=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #A856AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A856AF is #57A950. Grayscale: #787878. Windows color (decimal): -5744977 or 11490984. OLE color: 11490984.
HSL color Cylindrical-coordinate representation of color #A856AF: hue angle of 295.28º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A856AF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 86 | 175 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.31 |
| HSL | 295.28º | 0.36% | 0.51% | - |
| HSV(B) | 295.28º | 0.51% | 0.69% | - |
| XYZ | 27.21 | 18.08 | 42.61 | - |
| YUV | 120.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 175 | 0.04 | 0.51 | 0 | 0.31 | 295.28 | 0.36 | 0.51 |
| Hex | A8 | 56 | AF | 4 | 33 | 0 | 1F | 127 | 24 | 33 |
| Octal | 250 | 126 | 257 | 4 | 63 | 0 | 37 | 447 | 44 | 63 |
| Binary | 10101000 | 1010110 | 10101111 | 100 | 110011 | 0 | 11111 | 100100111 | 100100 | 110011 |
Color Harmonies of #A856AF
Complementary color
Monochromatic Colors of #A856AF
Black with #A856AF
Text Example
Text Example
White with #A856AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856AF; }
p { color: rgb(168,86,175); }
H1.HeaderClassName
{
color: #A856AF;
}
.AnyTagClassName
{
color: #A856AF;
}
</style>
background-color css
<style>
a { background-color: #A856AF; }
a { background-color: rgb(168,86,175); }
div.DivClassName
{
background-color: #A856AF;
}
.BgClassName
{
background-color: #A856AF;
}
</style>
border-color css
<style>
span { border-color: #A856AF; }
span { border-color: rgb(168,86,175); }
td.TdClassName
{
border-color: #A856AF;
}
.TagClassName
{
border-color: #A856AF;
}
</style>