Shades of Violet Blue #AC599E
Tints of Violet Blue #AC599E
RGB
CMYK
RGB Variations
Color information
#AC599E (or 0xAC599E) is known color: Violet Blue. HEX triplet: AC, 59 and 9E. RGB value is (172,89,158). Sum of RGB (Red+Green+Blue) = 172+89+158=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC599E is #53A661. Grayscale: #797979. Windows color (decimal): -5482082 or 10377644. OLE color: 10377644.
HSL color Cylindrical-coordinate representation of color #AC599E: hue angle of 310.12º 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 #AC599E is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 158 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.33 |
| HSL | 310.12º | 0.33% | 0.51% | - |
| HSV(B) | 310.12º | 0.48% | 0.67% | - |
| XYZ | 26.76 | 18.38 | 34.49 | - |
| YUV | 121.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 158 | 0 | 0.48 | 0.08 | 0.33 | 310.12 | 0.33 | 0.51 |
| Hex | AC | 59 | 9E | 0 | 30 | 8 | 21 | 136 | 21 | 33 |
| Octal | 254 | 131 | 236 | 0 | 60 | 10 | 41 | 466 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10011110 | 0 | 110000 | 1000 | 100001 | 100110110 | 100001 | 110011 |
Color Harmonies of #AC599E
Complementary color
Monochromatic Colors of #AC599E
Black with #AC599E
Text Example
Text Example
White with #AC599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC599E; }
p { color: rgb(172,89,158); }
H1.HeaderClassName
{
color: #AC599E;
}
.AnyTagClassName
{
color: #AC599E;
}
</style>
background-color css
<style>
a { background-color: #AC599E; }
a { background-color: rgb(172,89,158); }
div.DivClassName
{
background-color: #AC599E;
}
.BgClassName
{
background-color: #AC599E;
}
</style>
border-color css
<style>
span { border-color: #AC599E; }
span { border-color: rgb(172,89,158); }
td.TdClassName
{
border-color: #AC599E;
}
.TagClassName
{
border-color: #AC599E;
}
</style>