Shades of Violet Blue #A854AB
Tints of Violet Blue #A854AB
RGB
CMYK
RGB Variations
Color information
#A854AB (or 0xA854AB) is known color: Violet Blue. HEX triplet: A8, 54 and AB. RGB value is (168,84,171). Sum of RGB (Red+Green+Blue) = 168+84+171=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A854AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A854AB is #57AB54. Grayscale: #767676. Windows color (decimal): -5745493 or 11228328. OLE color: 11228328.
HSL color Cylindrical-coordinate representation of color #A854AB: hue angle of 297.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A854AB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 84 | 171 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.33 |
| HSL | 297.93º | 0.34% | 0.5% | - |
| HSV(B) | 297.93º | 0.51% | 0.67% | - |
| XYZ | 26.67 | 17.61 | 40.52 | - |
| YUV | 119.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 171 | 0.02 | 0.51 | 0 | 0.33 | 297.93 | 0.34 | 0.5 |
| Hex | A8 | 54 | AB | 2 | 33 | 0 | 21 | 12A | 22 | 32 |
| Octal | 250 | 124 | 253 | 2 | 63 | 0 | 41 | 452 | 42 | 62 |
| Binary | 10101000 | 1010100 | 10101011 | 10 | 110011 | 0 | 100001 | 100101010 | 100010 | 110010 |
Color Harmonies of #A854AB
Complementary color
Monochromatic Colors of #A854AB
Black with #A854AB
Text Example
Text Example
White with #A854AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854AB; }
p { color: rgb(168,84,171); }
H1.HeaderClassName
{
color: #A854AB;
}
.AnyTagClassName
{
color: #A854AB;
}
</style>
background-color css
<style>
a { background-color: #A854AB; }
a { background-color: rgb(168,84,171); }
div.DivClassName
{
background-color: #A854AB;
}
.BgClassName
{
background-color: #A854AB;
}
</style>
border-color css
<style>
span { border-color: #A854AB; }
span { border-color: rgb(168,84,171); }
td.TdClassName
{
border-color: #A854AB;
}
.TagClassName
{
border-color: #A854AB;
}
</style>