Shades of Violet Blue #AC589B
Tints of Violet Blue #AC589B
RGB
CMYK
RGB Variations
Color information
#AC589B (or 0xAC589B) is known color: Violet Blue. HEX triplet: AC, 58 and 9B. RGB value is (172,88,155). Sum of RGB (Red+Green+Blue) = 172+88+155=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC589B is #53A764. Grayscale: #787878. Windows color (decimal): -5482341 or 10180780. OLE color: 10180780.
HSL color Cylindrical-coordinate representation of color #AC589B: hue angle of 312.14º 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 #AC589B is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 155 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.33 |
| HSL | 312.14º | 0.34% | 0.51% | - |
| HSV(B) | 312.14º | 0.49% | 0.67% | - |
| XYZ | 26.42 | 18.12 | 33.11 | - |
| YUV | 120.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 155 | 0 | 0.49 | 0.10 | 0.33 | 312.14 | 0.34 | 0.51 |
| Hex | AC | 58 | 9B | 0 | 31 | A | 21 | 138 | 22 | 33 |
| Octal | 254 | 130 | 233 | 0 | 61 | 12 | 41 | 470 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10011011 | 0 | 110001 | 1010 | 100001 | 100111000 | 100010 | 110011 |
Color Harmonies of #AC589B
Complementary color
Monochromatic Colors of #AC589B
Black with #AC589B
Text Example
Text Example
White with #AC589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC589B; }
p { color: rgb(172,88,155); }
H1.HeaderClassName
{
color: #AC589B;
}
.AnyTagClassName
{
color: #AC589B;
}
</style>
background-color css
<style>
a { background-color: #AC589B; }
a { background-color: rgb(172,88,155); }
div.DivClassName
{
background-color: #AC589B;
}
.BgClassName
{
background-color: #AC589B;
}
</style>
border-color css
<style>
span { border-color: #AC589B; }
span { border-color: rgb(172,88,155); }
td.TdClassName
{
border-color: #AC589B;
}
.TagClassName
{
border-color: #AC589B;
}
</style>