Shades of Violet Blue #AB589D
Tints of Violet Blue #AB589D
RGB
CMYK
RGB Variations
Color information
#AB589D (or 0xAB589D) is known color: Violet Blue. HEX triplet: AB, 58 and 9D. RGB value is (171,88,157). Sum of RGB (Red+Green+Blue) = 171+88+157=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB589D is #54A762. Grayscale: #787878. Windows color (decimal): -5547875 or 10311851. OLE color: 10311851.
HSL color Cylindrical-coordinate representation of color #AB589D: hue angle of 310.12º 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 #AB589D is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 157 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.33 |
| HSL | 310.12º | 0.33% | 0.51% | - |
| HSV(B) | 310.12º | 0.49% | 0.67% | - |
| XYZ | 26.37 | 18.07 | 34 | - |
| YUV | 120.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 157 | 0 | 0.49 | 0.08 | 0.33 | 310.12 | 0.33 | 0.51 |
| Hex | AB | 58 | 9D | 0 | 31 | 8 | 21 | 136 | 21 | 33 |
| Octal | 253 | 130 | 235 | 0 | 61 | 10 | 41 | 466 | 41 | 63 |
| Binary | 10101011 | 1011000 | 10011101 | 0 | 110001 | 1000 | 100001 | 100110110 | 100001 | 110011 |
Color Harmonies of #AB589D
Complementary color
Monochromatic Colors of #AB589D
Black with #AB589D
Text Example
Text Example
White with #AB589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB589D; }
p { color: rgb(171,88,157); }
H1.HeaderClassName
{
color: #AB589D;
}
.AnyTagClassName
{
color: #AB589D;
}
</style>
background-color css
<style>
a { background-color: #AB589D; }
a { background-color: rgb(171,88,157); }
div.DivClassName
{
background-color: #AB589D;
}
.BgClassName
{
background-color: #AB589D;
}
</style>
border-color css
<style>
span { border-color: #AB589D; }
span { border-color: rgb(171,88,157); }
td.TdClassName
{
border-color: #AB589D;
}
.TagClassName
{
border-color: #AB589D;
}
</style>