Shades of Violet Blue #AC59A1
Tints of Violet Blue #AC59A1
RGB
CMYK
RGB Variations
Color information
#AC59A1 (or 0xAC59A1) is known color: Violet Blue. HEX triplet: AC, 59 and A1. RGB value is (172,89,161). Sum of RGB (Red+Green+Blue) = 172+89+161=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59A1 is #53A65E. Grayscale: #797979. Windows color (decimal): -5482079 or 10574252. OLE color: 10574252.
HSL color Cylindrical-coordinate representation of color #AC59A1: hue angle of 307.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC59A1 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 161 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.33 |
| HSL | 307.95º | 0.33% | 0.51% | - |
| HSV(B) | 307.95º | 0.48% | 0.67% | - |
| XYZ | 27.02 | 18.49 | 35.86 | - |
| YUV | 122.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 161 | 0 | 0.48 | 0.06 | 0.33 | 307.95 | 0.33 | 0.51 |
| Hex | AC | 59 | A1 | 0 | 30 | 6 | 21 | 134 | 21 | 33 |
| Octal | 254 | 131 | 241 | 0 | 60 | 6 | 41 | 464 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10100001 | 0 | 110000 | 110 | 100001 | 100110100 | 100001 | 110011 |
Color Harmonies of #AC59A1
Complementary color
Monochromatic Colors of #AC59A1
Black with #AC59A1
Text Example
Text Example
White with #AC59A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59A1; }
p { color: rgb(172,89,161); }
H1.HeaderClassName
{
color: #AC59A1;
}
.AnyTagClassName
{
color: #AC59A1;
}
</style>
background-color css
<style>
a { background-color: #AC59A1; }
a { background-color: rgb(172,89,161); }
div.DivClassName
{
background-color: #AC59A1;
}
.BgClassName
{
background-color: #AC59A1;
}
</style>
border-color css
<style>
span { border-color: #AC59A1; }
span { border-color: rgb(172,89,161); }
td.TdClassName
{
border-color: #AC59A1;
}
.TagClassName
{
border-color: #AC59A1;
}
</style>