Shades of Violet Blue #AB5698
Tints of Violet Blue #AB5698
RGB
CMYK
RGB Variations
Color information
#AB5698 (or 0xAB5698) is known color: Violet Blue. HEX triplet: AB, 56 and 98. RGB value is (171,86,152). Sum of RGB (Red+Green+Blue) = 171+86+152=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5698 is #54A967. Grayscale: #767676. Windows color (decimal): -5548392 or 9983659. OLE color: 9983659.
HSL color Cylindrical-coordinate representation of color #AB5698: hue angle of 313.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5698 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 152 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.33 |
| HSL | 313.41º | 0.34% | 0.5% | - |
| HSV(B) | 313.41º | 0.5% | 0.67% | - |
| XYZ | 25.79 | 17.58 | 31.74 | - |
| YUV | 118.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 152 | 0 | 0.50 | 0.11 | 0.33 | 313.41 | 0.34 | 0.5 |
| Hex | AB | 56 | 98 | 0 | 32 | B | 21 | 139 | 22 | 32 |
| Octal | 253 | 126 | 230 | 0 | 62 | 13 | 41 | 471 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10011000 | 0 | 110010 | 1011 | 100001 | 100111001 | 100010 | 110010 |
Color Harmonies of #AB5698
Complementary color
Monochromatic Colors of #AB5698
Black with #AB5698
Text Example
Text Example
White with #AB5698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5698; }
p { color: rgb(171,86,152); }
H1.HeaderClassName
{
color: #AB5698;
}
.AnyTagClassName
{
color: #AB5698;
}
</style>
background-color css
<style>
a { background-color: #AB5698; }
a { background-color: rgb(171,86,152); }
div.DivClassName
{
background-color: #AB5698;
}
.BgClassName
{
background-color: #AB5698;
}
</style>
border-color css
<style>
span { border-color: #AB5698; }
span { border-color: rgb(171,86,152); }
td.TdClassName
{
border-color: #AB5698;
}
.TagClassName
{
border-color: #AB5698;
}
</style>