Shades of Violet Blue #A654AB
Tints of Violet Blue #A654AB
RGB
CMYK
RGB Variations
Color information
#A654AB (or 0xA654AB) is known color: Violet Blue. HEX triplet: A6, 54 and AB. RGB value is (166,84,171). Sum of RGB (Red+Green+Blue) = 166+84+171=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A654AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A654AB is #59AB54. Grayscale: #767676. Windows color (decimal): -5876565 or 11228326. OLE color: 11228326.
HSL color Cylindrical-coordinate representation of color #A654AB: hue angle of 296.55º 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 #A654AB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 84 | 171 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.33 |
| HSL | 296.55º | 0.34% | 0.5% | - |
| HSV(B) | 296.55º | 0.51% | 0.67% | - |
| XYZ | 26.25 | 17.39 | 40.5 | - |
| YUV | 118.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 171 | 0.03 | 0.51 | 0 | 0.33 | 296.55 | 0.34 | 0.5 |
| Hex | A6 | 54 | AB | 3 | 33 | 0 | 21 | 129 | 22 | 32 |
| Octal | 246 | 124 | 253 | 3 | 63 | 0 | 41 | 451 | 42 | 62 |
| Binary | 10100110 | 1010100 | 10101011 | 11 | 110011 | 0 | 100001 | 100101001 | 100010 | 110010 |
Color Harmonies of #A654AB
Complementary color
Monochromatic Colors of #A654AB
Black with #A654AB
Text Example
Text Example
White with #A654AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A654AB; }
p { color: rgb(166,84,171); }
H1.HeaderClassName
{
color: #A654AB;
}
.AnyTagClassName
{
color: #A654AB;
}
</style>
background-color css
<style>
a { background-color: #A654AB; }
a { background-color: rgb(166,84,171); }
div.DivClassName
{
background-color: #A654AB;
}
.BgClassName
{
background-color: #A654AB;
}
</style>
border-color css
<style>
span { border-color: #A654AB; }
span { border-color: rgb(166,84,171); }
td.TdClassName
{
border-color: #A654AB;
}
.TagClassName
{
border-color: #A654AB;
}
</style>