Shades of Violet Blue #AC589F
Tints of Violet Blue #AC589F
RGB
CMYK
RGB Variations
Color information
#AC589F (or 0xAC589F) is known color: Violet Blue. HEX triplet: AC, 58 and 9F. RGB value is (172,88,159). Sum of RGB (Red+Green+Blue) = 172+88+159=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC589F is #53A760. Grayscale: #797979. Windows color (decimal): -5482337 or 10442924. OLE color: 10442924.
HSL color Cylindrical-coordinate representation of color #AC589F: hue angle of 309.29º degrees, saturation: 0.34, 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 #AC589F is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 159 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.33 |
| HSL | 309.29º | 0.34% | 0.51% | - |
| HSV(B) | 309.29º | 0.49% | 0.67% | - |
| XYZ | 26.76 | 18.25 | 34.91 | - |
| YUV | 121.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 159 | 0 | 0.49 | 0.08 | 0.33 | 309.29 | 0.34 | 0.51 |
| Hex | AC | 58 | 9F | 0 | 31 | 8 | 21 | 135 | 22 | 33 |
| Octal | 254 | 130 | 237 | 0 | 61 | 10 | 41 | 465 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10011111 | 0 | 110001 | 1000 | 100001 | 100110101 | 100010 | 110011 |
Color Harmonies of #AC589F
Complementary color
Monochromatic Colors of #AC589F
Black with #AC589F
Text Example
Text Example
White with #AC589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC589F; }
p { color: rgb(172,88,159); }
H1.HeaderClassName
{
color: #AC589F;
}
.AnyTagClassName
{
color: #AC589F;
}
</style>
background-color css
<style>
a { background-color: #AC589F; }
a { background-color: rgb(172,88,159); }
div.DivClassName
{
background-color: #AC589F;
}
.BgClassName
{
background-color: #AC589F;
}
</style>
border-color css
<style>
span { border-color: #AC589F; }
span { border-color: rgb(172,88,159); }
td.TdClassName
{
border-color: #AC589F;
}
.TagClassName
{
border-color: #AC589F;
}
</style>