Shades of Violet Blue #AC589C
Tints of Violet Blue #AC589C
RGB
CMYK
RGB Variations
Color information
#AC589C (or 0xAC589C) is known color: Violet Blue. HEX triplet: AC, 58 and 9C. RGB value is (172,88,156). Sum of RGB (Red+Green+Blue) = 172+88+156=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC589C is #53A763. Grayscale: #787878. Windows color (decimal): -5482340 or 10246316. OLE color: 10246316.
HSL color Cylindrical-coordinate representation of color #AC589C: hue angle of 311.43º 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 #AC589C is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 156 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.33 |
| HSL | 311.43º | 0.34% | 0.51% | - |
| HSV(B) | 311.43º | 0.49% | 0.67% | - |
| XYZ | 26.5 | 18.15 | 33.56 | - |
| YUV | 120.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 156 | 0 | 0.49 | 0.09 | 0.33 | 311.43 | 0.34 | 0.51 |
| Hex | AC | 58 | 9C | 0 | 31 | 9 | 21 | 137 | 22 | 33 |
| Octal | 254 | 130 | 234 | 0 | 61 | 11 | 41 | 467 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10011100 | 0 | 110001 | 1001 | 100001 | 100110111 | 100010 | 110011 |
Color Harmonies of #AC589C
Complementary color
Monochromatic Colors of #AC589C
Black with #AC589C
Text Example
Text Example
White with #AC589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC589C; }
p { color: rgb(172,88,156); }
H1.HeaderClassName
{
color: #AC589C;
}
.AnyTagClassName
{
color: #AC589C;
}
</style>
background-color css
<style>
a { background-color: #AC589C; }
a { background-color: rgb(172,88,156); }
div.DivClassName
{
background-color: #AC589C;
}
.BgClassName
{
background-color: #AC589C;
}
</style>
border-color css
<style>
span { border-color: #AC589C; }
span { border-color: rgb(172,88,156); }
td.TdClassName
{
border-color: #AC589C;
}
.TagClassName
{
border-color: #AC589C;
}
</style>