Shades of Violet Blue #AB599B
Tints of Violet Blue #AB599B
RGB
CMYK
RGB Variations
Color information
#AB599B (or 0xAB599B) is known color: Violet Blue. HEX triplet: AB, 59 and 9B. RGB value is (171,89,155). Sum of RGB (Red+Green+Blue) = 171+89+155=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB599B is #54A664. Grayscale: #787878. Windows color (decimal): -5547621 or 10181035. OLE color: 10181035.
HSL color Cylindrical-coordinate representation of color #AB599B: hue angle of 311.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB599B is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 155 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.33 |
| HSL | 311.71º | 0.33% | 0.51% | - |
| HSV(B) | 311.71º | 0.48% | 0.67% | - |
| XYZ | 26.28 | 18.17 | 33.13 | - |
| YUV | 121.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 155 | 0 | 0.48 | 0.09 | 0.33 | 311.71 | 0.33 | 0.51 |
| Hex | AB | 59 | 9B | 0 | 30 | 9 | 21 | 138 | 21 | 33 |
| Octal | 253 | 131 | 233 | 0 | 60 | 11 | 41 | 470 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10011011 | 0 | 110000 | 1001 | 100001 | 100111000 | 100001 | 110011 |
Color Harmonies of #AB599B
Complementary color
Monochromatic Colors of #AB599B
Black with #AB599B
Text Example
Text Example
White with #AB599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB599B; }
p { color: rgb(171,89,155); }
H1.HeaderClassName
{
color: #AB599B;
}
.AnyTagClassName
{
color: #AB599B;
}
</style>
background-color css
<style>
a { background-color: #AB599B; }
a { background-color: rgb(171,89,155); }
div.DivClassName
{
background-color: #AB599B;
}
.BgClassName
{
background-color: #AB599B;
}
</style>
border-color css
<style>
span { border-color: #AB599B; }
span { border-color: rgb(171,89,155); }
td.TdClassName
{
border-color: #AB599B;
}
.TagClassName
{
border-color: #AB599B;
}
</style>