Shades of Violet Blue #AC59A3
Tints of Violet Blue #AC59A3
RGB
CMYK
RGB Variations
Color information
#AC59A3 (or 0xAC59A3) is known color: Violet Blue. HEX triplet: AC, 59 and A3. RGB value is (172,89,163). Sum of RGB (Red+Green+Blue) = 172+89+163=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC59A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC59A3 is #53A65C. Grayscale: #7A7A7A. Windows color (decimal): -5482077 or 10705324. OLE color: 10705324.
HSL color Cylindrical-coordinate representation of color #AC59A3: hue angle of 306.51º 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 #AC59A3 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 163 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.33 |
| HSL | 306.51º | 0.33% | 0.51% | - |
| HSV(B) | 306.51º | 0.48% | 0.67% | - |
| XYZ | 27.2 | 18.56 | 36.8 | - |
| YUV | 122.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 163 | 0 | 0.48 | 0.05 | 0.33 | 306.51 | 0.33 | 0.51 |
| Hex | AC | 59 | A3 | 0 | 30 | 5 | 21 | 133 | 21 | 33 |
| Octal | 254 | 131 | 243 | 0 | 60 | 5 | 41 | 463 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10100011 | 0 | 110000 | 101 | 100001 | 100110011 | 100001 | 110011 |
Color Harmonies of #AC59A3
Complementary color
Monochromatic Colors of #AC59A3
Black with #AC59A3
Text Example
Text Example
White with #AC59A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC59A3; }
p { color: rgb(172,89,163); }
H1.HeaderClassName
{
color: #AC59A3;
}
.AnyTagClassName
{
color: #AC59A3;
}
</style>
background-color css
<style>
a { background-color: #AC59A3; }
a { background-color: rgb(172,89,163); }
div.DivClassName
{
background-color: #AC59A3;
}
.BgClassName
{
background-color: #AC59A3;
}
</style>
border-color css
<style>
span { border-color: #AC59A3; }
span { border-color: rgb(172,89,163); }
td.TdClassName
{
border-color: #AC59A3;
}
.TagClassName
{
border-color: #AC59A3;
}
</style>