Shades of Violet Blue #AB4DB0
Tints of Violet Blue #AB4DB0
RGB
CMYK
RGB Variations
Color information
#AB4DB0 (or 0xAB4DB0) is known color: Violet Blue. HEX triplet: AB, 4D and B0. RGB value is (171,77,176). Sum of RGB (Red+Green+Blue) = 171+77+176=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB4DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DB0 is #54B24F. Grayscale: #747474. Windows color (decimal): -5550672 or 11554219. OLE color: 11554219.
HSL color Cylindrical-coordinate representation of color #AB4DB0: hue angle of 296.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4DB0 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 77 | 176 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.31 |
| HSL | 296.97º | 0.39% | 0.5% | - |
| HSV(B) | 296.97º | 0.56% | 0.69% | - |
| XYZ | 27.28 | 17.1 | 42.94 | - |
| YUV | 116.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 176 | 0.03 | 0.56 | 0 | 0.31 | 296.97 | 0.39 | 0.5 |
| Hex | AB | 4D | B0 | 3 | 38 | 0 | 1F | 129 | 27 | 32 |
| Octal | 253 | 115 | 260 | 3 | 70 | 0 | 37 | 451 | 47 | 62 |
| Binary | 10101011 | 1001101 | 10110000 | 11 | 111000 | 0 | 11111 | 100101001 | 100111 | 110010 |
Color Harmonies of #AB4DB0
Complementary color
Monochromatic Colors of #AB4DB0
Black with #AB4DB0
Text Example
Text Example
White with #AB4DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DB0; }
p { color: rgb(171,77,176); }
H1.HeaderClassName
{
color: #AB4DB0;
}
.AnyTagClassName
{
color: #AB4DB0;
}
</style>
background-color css
<style>
a { background-color: #AB4DB0; }
a { background-color: rgb(171,77,176); }
div.DivClassName
{
background-color: #AB4DB0;
}
.BgClassName
{
background-color: #AB4DB0;
}
</style>
border-color css
<style>
span { border-color: #AB4DB0; }
span { border-color: rgb(171,77,176); }
td.TdClassName
{
border-color: #AB4DB0;
}
.TagClassName
{
border-color: #AB4DB0;
}
</style>