Shades of Violet Blue #A454AB
Tints of Violet Blue #A454AB
RGB
CMYK
RGB Variations
Color information
#A454AB (or 0xA454AB) is known color: Violet Blue. HEX triplet: A4, 54 and AB. RGB value is (164,84,171). Sum of RGB (Red+Green+Blue) = 164+84+171=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A454AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A454AB is #5BAB54. Grayscale: #757575. Windows color (decimal): -6007637 or 11228324. OLE color: 11228324.
HSL color Cylindrical-coordinate representation of color #A454AB: hue angle of 295.17º 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 #A454AB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 84 | 171 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.33 |
| HSL | 295.17º | 0.34% | 0.5% | - |
| HSV(B) | 295.17º | 0.51% | 0.67% | - |
| XYZ | 25.83 | 17.17 | 40.48 | - |
| YUV | 117.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 171 | 0.04 | 0.51 | 0 | 0.33 | 295.17 | 0.34 | 0.5 |
| Hex | A4 | 54 | AB | 4 | 33 | 0 | 21 | 127 | 22 | 32 |
| Octal | 244 | 124 | 253 | 4 | 63 | 0 | 41 | 447 | 42 | 62 |
| Binary | 10100100 | 1010100 | 10101011 | 100 | 110011 | 0 | 100001 | 100100111 | 100010 | 110010 |
Color Harmonies of #A454AB
Complementary color
Monochromatic Colors of #A454AB
Black with #A454AB
Text Example
Text Example
White with #A454AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A454AB; }
p { color: rgb(164,84,171); }
H1.HeaderClassName
{
color: #A454AB;
}
.AnyTagClassName
{
color: #A454AB;
}
</style>
background-color css
<style>
a { background-color: #A454AB; }
a { background-color: rgb(164,84,171); }
div.DivClassName
{
background-color: #A454AB;
}
.BgClassName
{
background-color: #A454AB;
}
</style>
border-color css
<style>
span { border-color: #A454AB; }
span { border-color: rgb(164,84,171); }
td.TdClassName
{
border-color: #A454AB;
}
.TagClassName
{
border-color: #A454AB;
}
</style>