Shades of Violet Blue #AB5BAB
Tints of Violet Blue #AB5BAB
RGB
CMYK
RGB Variations
Color information
#AB5BAB (or 0xAB5BAB) is known color: Violet Blue. HEX triplet: AB, 5B and AB. RGB value is (171,91,171). Sum of RGB (Red+Green+Blue) = 171+91+171=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5BAB is #54A454. Grayscale: #7B7B7B. Windows color (decimal): -5547093 or 11230123. OLE color: 11230123.
HSL color Cylindrical-coordinate representation of color #AB5BAB: hue angle of 300º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5BAB is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 171 | - |
| CMYK | 0 | 0.47 | 0 | 0.33 |
| HSL | 300º | 0.32% | 0.51% | - |
| HSV(B) | 300º | 0.47% | 0.67% | - |
| XYZ | 27.89 | 19.08 | 40.74 | - |
| YUV | 124.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 171 | 0 | 0.47 | 0 | 0.33 | 300 | 0.32 | 0.51 |
| Hex | AB | 5B | AB | 0 | 2F | 0 | 21 | 12C | 20 | 33 |
| Octal | 253 | 133 | 253 | 0 | 57 | 0 | 41 | 454 | 40 | 63 |
| Binary | 10101011 | 1011011 | 10101011 | 0 | 101111 | 0 | 100001 | 100101100 | 100000 | 110011 |
Color Harmonies of #AB5BAB
Complementary color
Monochromatic Colors of #AB5BAB
Black with #AB5BAB
Text Example
Text Example
White with #AB5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BAB; }
p { color: rgb(171,91,171); }
H1.HeaderClassName
{
color: #AB5BAB;
}
.AnyTagClassName
{
color: #AB5BAB;
}
</style>
background-color css
<style>
a { background-color: #AB5BAB; }
a { background-color: rgb(171,91,171); }
div.DivClassName
{
background-color: #AB5BAB;
}
.BgClassName
{
background-color: #AB5BAB;
}
</style>
border-color css
<style>
span { border-color: #AB5BAB; }
span { border-color: rgb(171,91,171); }
td.TdClassName
{
border-color: #AB5BAB;
}
.TagClassName
{
border-color: #AB5BAB;
}
</style>