Shades of Violet Blue #AB5598
Tints of Violet Blue #AB5598
RGB
CMYK
RGB Variations
Color information
#AB5598 (or 0xAB5598) is known color: Violet Blue. HEX triplet: AB, 55 and 98. RGB value is (171,85,152). Sum of RGB (Red+Green+Blue) = 171+85+152=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5598 is #54AA67. Grayscale: #767676. Windows color (decimal): -5548648 or 9983403. OLE color: 9983403.
HSL color Cylindrical-coordinate representation of color #AB5598: hue angle of 313.26º 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 #AB5598 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 152 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.33 |
| HSL | 313.26º | 0.34% | 0.5% | - |
| HSV(B) | 313.26º | 0.5% | 0.67% | - |
| XYZ | 25.71 | 17.42 | 31.71 | - |
| YUV | 118.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 152 | 0 | 0.50 | 0.11 | 0.33 | 313.26 | 0.34 | 0.5 |
| Hex | AB | 55 | 98 | 0 | 32 | B | 21 | 139 | 22 | 32 |
| Octal | 253 | 125 | 230 | 0 | 62 | 13 | 41 | 471 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10011000 | 0 | 110010 | 1011 | 100001 | 100111001 | 100010 | 110010 |
Color Harmonies of #AB5598
Complementary color
Monochromatic Colors of #AB5598
Black with #AB5598
Text Example
Text Example
White with #AB5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5598; }
p { color: rgb(171,85,152); }
H1.HeaderClassName
{
color: #AB5598;
}
.AnyTagClassName
{
color: #AB5598;
}
</style>
background-color css
<style>
a { background-color: #AB5598; }
a { background-color: rgb(171,85,152); }
div.DivClassName
{
background-color: #AB5598;
}
.BgClassName
{
background-color: #AB5598;
}
</style>
border-color css
<style>
span { border-color: #AB5598; }
span { border-color: rgb(171,85,152); }
td.TdClassName
{
border-color: #AB5598;
}
.TagClassName
{
border-color: #AB5598;
}
</style>