Shades of Violet Blue #AC599D
Tints of Violet Blue #AC599D
RGB
CMYK
RGB Variations
Color information
#AC599D (or 0xAC599D) is known color: Violet Blue. HEX triplet: AC, 59 and 9D. RGB value is (172,89,157). Sum of RGB (Red+Green+Blue) = 172+89+157=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC599D is #53A662. Grayscale: #797979. Windows color (decimal): -5482083 or 10312108. OLE color: 10312108.
HSL color Cylindrical-coordinate representation of color #AC599D: hue angle of 310.84º 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 #AC599D is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 157 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.33 |
| HSL | 310.84º | 0.33% | 0.51% | - |
| HSV(B) | 310.84º | 0.48% | 0.67% | - |
| XYZ | 26.67 | 18.35 | 34.03 | - |
| YUV | 121.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 157 | 0 | 0.48 | 0.09 | 0.33 | 310.84 | 0.33 | 0.51 |
| Hex | AC | 59 | 9D | 0 | 30 | 9 | 21 | 137 | 21 | 33 |
| Octal | 254 | 131 | 235 | 0 | 60 | 11 | 41 | 467 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10011101 | 0 | 110000 | 1001 | 100001 | 100110111 | 100001 | 110011 |
Color Harmonies of #AC599D
Complementary color
Monochromatic Colors of #AC599D
Black with #AC599D
Text Example
Text Example
White with #AC599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC599D; }
p { color: rgb(172,89,157); }
H1.HeaderClassName
{
color: #AC599D;
}
.AnyTagClassName
{
color: #AC599D;
}
</style>
background-color css
<style>
a { background-color: #AC599D; }
a { background-color: rgb(172,89,157); }
div.DivClassName
{
background-color: #AC599D;
}
.BgClassName
{
background-color: #AC599D;
}
</style>
border-color css
<style>
span { border-color: #AC599D; }
span { border-color: rgb(172,89,157); }
td.TdClassName
{
border-color: #AC599D;
}
.TagClassName
{
border-color: #AC599D;
}
</style>