Shades of Violet Blue #AB5398
Tints of Violet Blue #AB5398
RGB
CMYK
RGB Variations
Color information
#AB5398 (or 0xAB5398) is known color: Violet Blue. HEX triplet: AB, 53 and 98. RGB value is (171,83,152). Sum of RGB (Red+Green+Blue) = 171+83+152=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5398 is #54AC67. Grayscale: #747474. Windows color (decimal): -5549160 or 9982891. OLE color: 9982891.
HSL color Cylindrical-coordinate representation of color #AB5398: hue angle of 312.95º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5398 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 152 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.33 |
| HSL | 312.95º | 0.35% | 0.5% | - |
| HSV(B) | 312.95º | 0.51% | 0.67% | - |
| XYZ | 25.56 | 17.11 | 31.66 | - |
| YUV | 117.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 152 | 0 | 0.51 | 0.11 | 0.33 | 312.95 | 0.35 | 0.5 |
| Hex | AB | 53 | 98 | 0 | 33 | B | 21 | 139 | 23 | 32 |
| Octal | 253 | 123 | 230 | 0 | 63 | 13 | 41 | 471 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10011000 | 0 | 110011 | 1011 | 100001 | 100111001 | 100011 | 110010 |
Color Harmonies of #AB5398
Complementary color
Monochromatic Colors of #AB5398
Black with #AB5398
Text Example
Text Example
White with #AB5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5398; }
p { color: rgb(171,83,152); }
H1.HeaderClassName
{
color: #AB5398;
}
.AnyTagClassName
{
color: #AB5398;
}
</style>
background-color css
<style>
a { background-color: #AB5398; }
a { background-color: rgb(171,83,152); }
div.DivClassName
{
background-color: #AB5398;
}
.BgClassName
{
background-color: #AB5398;
}
</style>
border-color css
<style>
span { border-color: #AB5398; }
span { border-color: rgb(171,83,152); }
td.TdClassName
{
border-color: #AB5398;
}
.TagClassName
{
border-color: #AB5398;
}
</style>