Shades of Violet Blue #A857AB
Tints of Violet Blue #A857AB
RGB
CMYK
RGB Variations
Color information
#A857AB (or 0xA857AB) is known color: Violet Blue. HEX triplet: A8, 57 and AB. RGB value is (168,87,171). Sum of RGB (Red+Green+Blue) = 168+87+171=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #A857AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A857AB is #57A854. Grayscale: #787878. Windows color (decimal): -5744725 or 11229096. OLE color: 11229096.
HSL color Cylindrical-coordinate representation of color #A857AB: hue angle of 297.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A857AB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 87 | 171 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.33 |
| HSL | 297.86º | 0.33% | 0.51% | - |
| HSV(B) | 297.86º | 0.49% | 0.67% | - |
| XYZ | 26.91 | 18.08 | 40.6 | - |
| YUV | 120.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 171 | 0.02 | 0.49 | 0 | 0.33 | 297.86 | 0.33 | 0.51 |
| Hex | A8 | 57 | AB | 2 | 31 | 0 | 21 | 12A | 21 | 33 |
| Octal | 250 | 127 | 253 | 2 | 61 | 0 | 41 | 452 | 41 | 63 |
| Binary | 10101000 | 1010111 | 10101011 | 10 | 110001 | 0 | 100001 | 100101010 | 100001 | 110011 |
Color Harmonies of #A857AB
Complementary color
Monochromatic Colors of #A857AB
Black with #A857AB
Text Example
Text Example
White with #A857AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857AB; }
p { color: rgb(168,87,171); }
H1.HeaderClassName
{
color: #A857AB;
}
.AnyTagClassName
{
color: #A857AB;
}
</style>
background-color css
<style>
a { background-color: #A857AB; }
a { background-color: rgb(168,87,171); }
div.DivClassName
{
background-color: #A857AB;
}
.BgClassName
{
background-color: #A857AB;
}
</style>
border-color css
<style>
span { border-color: #A857AB; }
span { border-color: rgb(168,87,171); }
td.TdClassName
{
border-color: #A857AB;
}
.TagClassName
{
border-color: #A857AB;
}
</style>