Shades of Violet Blue #AC519B
Tints of Violet Blue #AC519B
RGB
CMYK
RGB Variations
Color information
#AC519B (or 0xAC519B) is known color: Violet Blue. HEX triplet: AC, 51 and 9B. RGB value is (172,81,155). Sum of RGB (Red+Green+Blue) = 172+81+155=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519B is #53AE64. Grayscale: #747474. Windows color (decimal): -5484133 or 10178988. OLE color: 10178988.
HSL color Cylindrical-coordinate representation of color #AC519B: hue angle of 311.21º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC519B is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 155 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.33 |
| HSL | 311.21º | 0.36% | 0.5% | - |
| HSV(B) | 311.21º | 0.53% | 0.67% | - |
| XYZ | 25.87 | 17.02 | 32.93 | - |
| YUV | 116.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 155 | 0 | 0.53 | 0.10 | 0.33 | 311.21 | 0.36 | 0.5 |
| Hex | AC | 51 | 9B | 0 | 35 | A | 21 | 137 | 24 | 32 |
| Octal | 254 | 121 | 233 | 0 | 65 | 12 | 41 | 467 | 44 | 62 |
| Binary | 10101100 | 1010001 | 10011011 | 0 | 110101 | 1010 | 100001 | 100110111 | 100100 | 110010 |
Color Harmonies of #AC519B
Complementary color
Monochromatic Colors of #AC519B
Black with #AC519B
Text Example
Text Example
White with #AC519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC519B; }
p { color: rgb(172,81,155); }
H1.HeaderClassName
{
color: #AC519B;
}
.AnyTagClassName
{
color: #AC519B;
}
</style>
background-color css
<style>
a { background-color: #AC519B; }
a { background-color: rgb(172,81,155); }
div.DivClassName
{
background-color: #AC519B;
}
.BgClassName
{
background-color: #AC519B;
}
</style>
border-color css
<style>
span { border-color: #AC519B; }
span { border-color: rgb(172,81,155); }
td.TdClassName
{
border-color: #AC519B;
}
.TagClassName
{
border-color: #AC519B;
}
</style>