Shades of Violet Blue #AB54B1
Tints of Violet Blue #AB54B1
RGB
CMYK
RGB Variations
Color information
#AB54B1 (or 0xAB54B1) is known color: Violet Blue. HEX triplet: AB, 54 and B1. RGB value is (171,84,177). Sum of RGB (Red+Green+Blue) = 171+84+177=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB54B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB54B1 is #54AB4E. Grayscale: #787878. Windows color (decimal): -5548879 or 11621547. OLE color: 11621547.
HSL color Cylindrical-coordinate representation of color #AB54B1: hue angle of 296.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB54B1 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 84 | 177 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.31 |
| HSL | 296.13º | 0.37% | 0.51% | - |
| HSV(B) | 296.13º | 0.53% | 0.69% | - |
| XYZ | 27.9 | 18.17 | 43.63 | - |
| YUV | 120.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 177 | 0.03 | 0.53 | 0 | 0.31 | 296.13 | 0.37 | 0.51 |
| Hex | AB | 54 | B1 | 3 | 35 | 0 | 1F | 128 | 25 | 33 |
| Octal | 253 | 124 | 261 | 3 | 65 | 0 | 37 | 450 | 45 | 63 |
| Binary | 10101011 | 1010100 | 10110001 | 11 | 110101 | 0 | 11111 | 100101000 | 100101 | 110011 |
Color Harmonies of #AB54B1
Complementary color
Monochromatic Colors of #AB54B1
Black with #AB54B1
Text Example
Text Example
White with #AB54B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54B1; }
p { color: rgb(171,84,177); }
H1.HeaderClassName
{
color: #AB54B1;
}
.AnyTagClassName
{
color: #AB54B1;
}
</style>
background-color css
<style>
a { background-color: #AB54B1; }
a { background-color: rgb(171,84,177); }
div.DivClassName
{
background-color: #AB54B1;
}
.BgClassName
{
background-color: #AB54B1;
}
</style>
border-color css
<style>
span { border-color: #AB54B1; }
span { border-color: rgb(171,84,177); }
td.TdClassName
{
border-color: #AB54B1;
}
.TagClassName
{
border-color: #AB54B1;
}
</style>