Shades of Violet Blue #AC589E
Tints of Violet Blue #AC589E
RGB
CMYK
RGB Variations
Color information
#AC589E (or 0xAC589E) is known color: Violet Blue. HEX triplet: AC, 58 and 9E. RGB value is (172,88,158). Sum of RGB (Red+Green+Blue) = 172+88+158=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC589E is #53A761. Grayscale: #787878. Windows color (decimal): -5482338 or 10377388. OLE color: 10377388.
HSL color Cylindrical-coordinate representation of color #AC589E: hue angle of 310º 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 #AC589E is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 158 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.33 |
| HSL | 310º | 0.34% | 0.51% | - |
| HSV(B) | 310º | 0.49% | 0.67% | - |
| XYZ | 26.67 | 18.22 | 34.46 | - |
| YUV | 121.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 158 | 0 | 0.49 | 0.08 | 0.33 | 310 | 0.34 | 0.51 |
| Hex | AC | 58 | 9E | 0 | 31 | 8 | 21 | 136 | 22 | 33 |
| Octal | 254 | 130 | 236 | 0 | 61 | 10 | 41 | 466 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10011110 | 0 | 110001 | 1000 | 100001 | 100110110 | 100010 | 110011 |
Color Harmonies of #AC589E
Complementary color
Monochromatic Colors of #AC589E
Black with #AC589E
Text Example
Text Example
White with #AC589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC589E; }
p { color: rgb(172,88,158); }
H1.HeaderClassName
{
color: #AC589E;
}
.AnyTagClassName
{
color: #AC589E;
}
</style>
background-color css
<style>
a { background-color: #AC589E; }
a { background-color: rgb(172,88,158); }
div.DivClassName
{
background-color: #AC589E;
}
.BgClassName
{
background-color: #AC589E;
}
</style>
border-color css
<style>
span { border-color: #AC589E; }
span { border-color: rgb(172,88,158); }
td.TdClassName
{
border-color: #AC589E;
}
.TagClassName
{
border-color: #AC589E;
}
</style>