Shades of Violet Blue #A857AF
Tints of Violet Blue #A857AF
RGB
CMYK
RGB Variations
Color information
#A857AF (or 0xA857AF) is known color: Violet Blue. HEX triplet: A8, 57 and AF. RGB value is (168,87,175). Sum of RGB (Red+Green+Blue) = 168+87+175=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #A857AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A857AF is #57A850. Grayscale: #787878. Windows color (decimal): -5744721 or 11491240. OLE color: 11491240.
HSL color Cylindrical-coordinate representation of color #A857AF: hue angle of 295.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A857AF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 87 | 175 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.31 |
| HSL | 295.23º | 0.35% | 0.51% | - |
| HSV(B) | 295.23º | 0.5% | 0.69% | - |
| XYZ | 27.29 | 18.24 | 42.64 | - |
| YUV | 121.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 175 | 0.04 | 0.50 | 0 | 0.31 | 295.23 | 0.35 | 0.51 |
| Hex | A8 | 57 | AF | 4 | 32 | 0 | 1F | 127 | 23 | 33 |
| Octal | 250 | 127 | 257 | 4 | 62 | 0 | 37 | 447 | 43 | 63 |
| Binary | 10101000 | 1010111 | 10101111 | 100 | 110010 | 0 | 11111 | 100100111 | 100011 | 110011 |
Color Harmonies of #A857AF
Complementary color
Monochromatic Colors of #A857AF
Black with #A857AF
Text Example
Text Example
White with #A857AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857AF; }
p { color: rgb(168,87,175); }
H1.HeaderClassName
{
color: #A857AF;
}
.AnyTagClassName
{
color: #A857AF;
}
</style>
background-color css
<style>
a { background-color: #A857AF; }
a { background-color: rgb(168,87,175); }
div.DivClassName
{
background-color: #A857AF;
}
.BgClassName
{
background-color: #A857AF;
}
</style>
border-color css
<style>
span { border-color: #A857AF; }
span { border-color: rgb(168,87,175); }
td.TdClassName
{
border-color: #A857AF;
}
.TagClassName
{
border-color: #A857AF;
}
</style>