Shades of Violet Blue #AB5DB1
Tints of Violet Blue #AB5DB1
RGB
CMYK
RGB Variations
Color information
#AB5DB1 (or 0xAB5DB1) is known color: Violet Blue. HEX triplet: AB, 5D and B1. RGB value is (171,93,177). Sum of RGB (Red+Green+Blue) = 171+93+177=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB5DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5DB1 is #54A24E. Grayscale: #7D7D7D. Windows color (decimal): -5546575 or 11623851. OLE color: 11623851.
HSL color Cylindrical-coordinate representation of color #AB5DB1: hue angle of 295.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5DB1 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 93 | 177 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.31 |
| HSL | 295.71º | 0.35% | 0.53% | - |
| HSV(B) | 295.71º | 0.47% | 0.69% | - |
| XYZ | 28.64 | 19.66 | 43.88 | - |
| YUV | 125.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 177 | 0.03 | 0.47 | 0 | 0.31 | 295.71 | 0.35 | 0.53 |
| Hex | AB | 5D | B1 | 3 | 2F | 0 | 1F | 128 | 23 | 35 |
| Octal | 253 | 135 | 261 | 3 | 57 | 0 | 37 | 450 | 43 | 65 |
| Binary | 10101011 | 1011101 | 10110001 | 11 | 101111 | 0 | 11111 | 100101000 | 100011 | 110101 |
Color Harmonies of #AB5DB1
Complementary color
Monochromatic Colors of #AB5DB1
Black with #AB5DB1
Text Example
Text Example
White with #AB5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DB1; }
p { color: rgb(171,93,177); }
H1.HeaderClassName
{
color: #AB5DB1;
}
.AnyTagClassName
{
color: #AB5DB1;
}
</style>
background-color css
<style>
a { background-color: #AB5DB1; }
a { background-color: rgb(171,93,177); }
div.DivClassName
{
background-color: #AB5DB1;
}
.BgClassName
{
background-color: #AB5DB1;
}
</style>
border-color css
<style>
span { border-color: #AB5DB1; }
span { border-color: rgb(171,93,177); }
td.TdClassName
{
border-color: #AB5DB1;
}
.TagClassName
{
border-color: #AB5DB1;
}
</style>