Shades of Violet Blue #AC599B
Tints of Violet Blue #AC599B
RGB
CMYK
RGB Variations
Color information
#AC599B (or 0xAC599B) is known color: Violet Blue. HEX triplet: AC, 59 and 9B. RGB value is (172,89,155). Sum of RGB (Red+Green+Blue) = 172+89+155=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC599B is #53A664. Grayscale: #797979. Windows color (decimal): -5482085 or 10181036. OLE color: 10181036.
HSL color Cylindrical-coordinate representation of color #AC599B: hue angle of 312.29º 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 #AC599B is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 155 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.33 |
| HSL | 312.29º | 0.33% | 0.51% | - |
| HSV(B) | 312.29º | 0.48% | 0.67% | - |
| XYZ | 26.5 | 18.28 | 33.14 | - |
| YUV | 121.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 155 | 0 | 0.48 | 0.10 | 0.33 | 312.29 | 0.33 | 0.51 |
| Hex | AC | 59 | 9B | 0 | 30 | A | 21 | 138 | 21 | 33 |
| Octal | 254 | 131 | 233 | 0 | 60 | 12 | 41 | 470 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10011011 | 0 | 110000 | 1010 | 100001 | 100111000 | 100001 | 110011 |
Color Harmonies of #AC599B
Complementary color
Monochromatic Colors of #AC599B
Black with #AC599B
Text Example
Text Example
White with #AC599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC599B; }
p { color: rgb(172,89,155); }
H1.HeaderClassName
{
color: #AC599B;
}
.AnyTagClassName
{
color: #AC599B;
}
</style>
background-color css
<style>
a { background-color: #AC599B; }
a { background-color: rgb(172,89,155); }
div.DivClassName
{
background-color: #AC599B;
}
.BgClassName
{
background-color: #AC599B;
}
</style>
border-color css
<style>
span { border-color: #AC599B; }
span { border-color: rgb(172,89,155); }
td.TdClassName
{
border-color: #AC599B;
}
.TagClassName
{
border-color: #AC599B;
}
</style>