Shades of Violet Blue #AB589F
Tints of Violet Blue #AB589F
RGB
CMYK
RGB Variations
Color information
#AB589F (or 0xAB589F) is known color: Violet Blue. HEX triplet: AB, 58 and 9F. RGB value is (171,88,159). Sum of RGB (Red+Green+Blue) = 171+88+159=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB589F is #54A760. Grayscale: #787878. Windows color (decimal): -5547873 or 10442923. OLE color: 10442923.
HSL color Cylindrical-coordinate representation of color #AB589F: hue angle of 308.67º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB589F is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 159 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.33 |
| HSL | 308.67º | 0.33% | 0.51% | - |
| HSV(B) | 308.67º | 0.49% | 0.67% | - |
| XYZ | 26.54 | 18.14 | 34.9 | - |
| YUV | 120.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 159 | 0 | 0.49 | 0.07 | 0.33 | 308.67 | 0.33 | 0.51 |
| Hex | AB | 58 | 9F | 0 | 31 | 7 | 21 | 135 | 21 | 33 |
| Octal | 253 | 130 | 237 | 0 | 61 | 7 | 41 | 465 | 41 | 63 |
| Binary | 10101011 | 1011000 | 10011111 | 0 | 110001 | 111 | 100001 | 100110101 | 100001 | 110011 |
Color Harmonies of #AB589F
Complementary color
Monochromatic Colors of #AB589F
Black with #AB589F
Text Example
Text Example
White with #AB589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB589F; }
p { color: rgb(171,88,159); }
H1.HeaderClassName
{
color: #AB589F;
}
.AnyTagClassName
{
color: #AB589F;
}
</style>
background-color css
<style>
a { background-color: #AB589F; }
a { background-color: rgb(171,88,159); }
div.DivClassName
{
background-color: #AB589F;
}
.BgClassName
{
background-color: #AB589F;
}
</style>
border-color css
<style>
span { border-color: #AB589F; }
span { border-color: rgb(171,88,159); }
td.TdClassName
{
border-color: #AB589F;
}
.TagClassName
{
border-color: #AB589F;
}
</style>