Shades of Violet Blue #AC589A
Tints of Violet Blue #AC589A
RGB
CMYK
RGB Variations
Color information
#AC589A (or 0xAC589A) is known color: Violet Blue. HEX triplet: AC, 58 and 9A. RGB value is (172,88,154). Sum of RGB (Red+Green+Blue) = 172+88+154=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC589A is #53A765. Grayscale: #787878. Windows color (decimal): -5482342 or 10115244. OLE color: 10115244.
HSL color Cylindrical-coordinate representation of color #AC589A: hue angle of 312.86º 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 #AC589A is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 154 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.33 |
| HSL | 312.86º | 0.34% | 0.51% | - |
| HSV(B) | 312.86º | 0.49% | 0.67% | - |
| XYZ | 26.34 | 18.08 | 32.67 | - |
| YUV | 120.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 154 | 0 | 0.49 | 0.10 | 0.33 | 312.86 | 0.34 | 0.51 |
| Hex | AC | 58 | 9A | 0 | 31 | A | 21 | 139 | 22 | 33 |
| Octal | 254 | 130 | 232 | 0 | 61 | 12 | 41 | 471 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10011010 | 0 | 110001 | 1010 | 100001 | 100111001 | 100010 | 110011 |
Color Harmonies of #AC589A
Complementary color
Monochromatic Colors of #AC589A
Black with #AC589A
Text Example
Text Example
White with #AC589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC589A; }
p { color: rgb(172,88,154); }
H1.HeaderClassName
{
color: #AC589A;
}
.AnyTagClassName
{
color: #AC589A;
}
</style>
background-color css
<style>
a { background-color: #AC589A; }
a { background-color: rgb(172,88,154); }
div.DivClassName
{
background-color: #AC589A;
}
.BgClassName
{
background-color: #AC589A;
}
</style>
border-color css
<style>
span { border-color: #AC589A; }
span { border-color: rgb(172,88,154); }
td.TdClassName
{
border-color: #AC589A;
}
.TagClassName
{
border-color: #AC589A;
}
</style>