Shades of Violet Blue #AC589D
Tints of Violet Blue #AC589D
RGB
CMYK
RGB Variations
Color information
#AC589D (or 0xAC589D) is known color: Violet Blue. HEX triplet: AC, 58 and 9D. RGB value is (172,88,157). Sum of RGB (Red+Green+Blue) = 172+88+157=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC589D is #53A762. Grayscale: #787878. Windows color (decimal): -5482339 or 10311852. OLE color: 10311852.
HSL color Cylindrical-coordinate representation of color #AC589D: hue angle of 310.71º 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 #AC589D is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 157 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.33 |
| HSL | 310.71º | 0.34% | 0.51% | - |
| HSV(B) | 310.71º | 0.49% | 0.67% | - |
| XYZ | 26.59 | 18.18 | 34.01 | - |
| YUV | 120.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 157 | 0 | 0.49 | 0.09 | 0.33 | 310.71 | 0.34 | 0.51 |
| Hex | AC | 58 | 9D | 0 | 31 | 9 | 21 | 137 | 22 | 33 |
| Octal | 254 | 130 | 235 | 0 | 61 | 11 | 41 | 467 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10011101 | 0 | 110001 | 1001 | 100001 | 100110111 | 100010 | 110011 |
Color Harmonies of #AC589D
Complementary color
Monochromatic Colors of #AC589D
Black with #AC589D
Text Example
Text Example
White with #AC589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC589D; }
p { color: rgb(172,88,157); }
H1.HeaderClassName
{
color: #AC589D;
}
.AnyTagClassName
{
color: #AC589D;
}
</style>
background-color css
<style>
a { background-color: #AC589D; }
a { background-color: rgb(172,88,157); }
div.DivClassName
{
background-color: #AC589D;
}
.BgClassName
{
background-color: #AC589D;
}
</style>
border-color css
<style>
span { border-color: #AC589D; }
span { border-color: rgb(172,88,157); }
td.TdClassName
{
border-color: #AC589D;
}
.TagClassName
{
border-color: #AC589D;
}
</style>