Shades of Violet Blue #AC559A
Tints of Violet Blue #AC559A
RGB
CMYK
RGB Variations
Color information
#AC559A (or 0xAC559A) is known color: Violet Blue. HEX triplet: AC, 55 and 9A. RGB value is (172,85,154). Sum of RGB (Red+Green+Blue) = 172+85+154=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC559A is #53AA65. Grayscale: #767676. Windows color (decimal): -5483110 or 10114476. OLE color: 10114476.
HSL color Cylindrical-coordinate representation of color #AC559A: hue angle of 312.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC559A is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 154 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.33 |
| HSL | 312.41º | 0.34% | 0.5% | - |
| HSV(B) | 312.41º | 0.51% | 0.67% | - |
| XYZ | 26.09 | 17.6 | 32.59 | - |
| YUV | 118.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 154 | 0 | 0.51 | 0.10 | 0.33 | 312.41 | 0.34 | 0.5 |
| Hex | AC | 55 | 9A | 0 | 33 | A | 21 | 138 | 22 | 32 |
| Octal | 254 | 125 | 232 | 0 | 63 | 12 | 41 | 470 | 42 | 62 |
| Binary | 10101100 | 1010101 | 10011010 | 0 | 110011 | 1010 | 100001 | 100111000 | 100010 | 110010 |
Color Harmonies of #AC559A
Complementary color
Monochromatic Colors of #AC559A
Black with #AC559A
Text Example
Text Example
White with #AC559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC559A; }
p { color: rgb(172,85,154); }
H1.HeaderClassName
{
color: #AC559A;
}
.AnyTagClassName
{
color: #AC559A;
}
</style>
background-color css
<style>
a { background-color: #AC559A; }
a { background-color: rgb(172,85,154); }
div.DivClassName
{
background-color: #AC559A;
}
.BgClassName
{
background-color: #AC559A;
}
</style>
border-color css
<style>
span { border-color: #AC559A; }
span { border-color: rgb(172,85,154); }
td.TdClassName
{
border-color: #AC559A;
}
.TagClassName
{
border-color: #AC559A;
}
</style>