Shades of Violet Blue #AC559F
Tints of Violet Blue #AC559F
RGB
CMYK
RGB Variations
Color information
#AC559F (or 0xAC559F) is known color: Violet Blue. HEX triplet: AC, 55 and 9F. RGB value is (172,85,159). Sum of RGB (Red+Green+Blue) = 172+85+159=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC559F is #53AA60. Grayscale: #777777. Windows color (decimal): -5483105 or 10442156. OLE color: 10442156.
HSL color Cylindrical-coordinate representation of color #AC559F: hue angle of 308.97º 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 #AC559F is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 159 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.33 |
| HSL | 308.97º | 0.34% | 0.5% | - |
| HSV(B) | 308.97º | 0.51% | 0.67% | - |
| XYZ | 26.52 | 17.77 | 34.83 | - |
| YUV | 119.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 159 | 0 | 0.51 | 0.08 | 0.33 | 308.97 | 0.34 | 0.5 |
| Hex | AC | 55 | 9F | 0 | 33 | 8 | 21 | 135 | 22 | 32 |
| Octal | 254 | 125 | 237 | 0 | 63 | 10 | 41 | 465 | 42 | 62 |
| Binary | 10101100 | 1010101 | 10011111 | 0 | 110011 | 1000 | 100001 | 100110101 | 100010 | 110010 |
Color Harmonies of #AC559F
Complementary color
Monochromatic Colors of #AC559F
Black with #AC559F
Text Example
Text Example
White with #AC559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC559F; }
p { color: rgb(172,85,159); }
H1.HeaderClassName
{
color: #AC559F;
}
.AnyTagClassName
{
color: #AC559F;
}
</style>
background-color css
<style>
a { background-color: #AC559F; }
a { background-color: rgb(172,85,159); }
div.DivClassName
{
background-color: #AC559F;
}
.BgClassName
{
background-color: #AC559F;
}
</style>
border-color css
<style>
span { border-color: #AC559F; }
span { border-color: rgb(172,85,159); }
td.TdClassName
{
border-color: #AC559F;
}
.TagClassName
{
border-color: #AC559F;
}
</style>