Shades of Violet Blue #AB55B1
Tints of Violet Blue #AB55B1
RGB
CMYK
RGB Variations
Color information
#AB55B1 (or 0xAB55B1) is known color: Violet Blue. HEX triplet: AB, 55 and B1. RGB value is (171,85,177). Sum of RGB (Red+Green+Blue) = 171+85+177=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB55B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB55B1 is #54AA4E. Grayscale: #787878. Windows color (decimal): -5548623 or 11621803. OLE color: 11621803.
HSL color Cylindrical-coordinate representation of color #AB55B1: hue angle of 296.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB55B1 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 85 | 177 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.31 |
| HSL | 296.09º | 0.37% | 0.51% | - |
| HSV(B) | 296.09º | 0.52% | 0.69% | - |
| XYZ | 27.98 | 18.33 | 43.66 | - |
| YUV | 121.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 177 | 0.03 | 0.52 | 0 | 0.31 | 296.09 | 0.37 | 0.51 |
| Hex | AB | 55 | B1 | 3 | 34 | 0 | 1F | 128 | 25 | 33 |
| Octal | 253 | 125 | 261 | 3 | 64 | 0 | 37 | 450 | 45 | 63 |
| Binary | 10101011 | 1010101 | 10110001 | 11 | 110100 | 0 | 11111 | 100101000 | 100101 | 110011 |
Color Harmonies of #AB55B1
Complementary color
Monochromatic Colors of #AB55B1
Black with #AB55B1
Text Example
Text Example
White with #AB55B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55B1; }
p { color: rgb(171,85,177); }
H1.HeaderClassName
{
color: #AB55B1;
}
.AnyTagClassName
{
color: #AB55B1;
}
</style>
background-color css
<style>
a { background-color: #AB55B1; }
a { background-color: rgb(171,85,177); }
div.DivClassName
{
background-color: #AB55B1;
}
.BgClassName
{
background-color: #AB55B1;
}
</style>
border-color css
<style>
span { border-color: #AB55B1; }
span { border-color: rgb(171,85,177); }
td.TdClassName
{
border-color: #AB55B1;
}
.TagClassName
{
border-color: #AB55B1;
}
</style>