Shades of Violet Blue #AC519D
Tints of Violet Blue #AC519D
RGB
CMYK
RGB Variations
Color information
#AC519D (or 0xAC519D) is known color: Violet Blue. HEX triplet: AC, 51 and 9D. RGB value is (172,81,157). Sum of RGB (Red+Green+Blue) = 172+81+157=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519D is #53AE62. Grayscale: #747474. Windows color (decimal): -5484131 or 10310060. OLE color: 10310060.
HSL color Cylindrical-coordinate representation of color #AC519D: hue angle of 309.89º 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 #AC519D is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 157 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.33 |
| HSL | 309.89º | 0.36% | 0.5% | - |
| HSV(B) | 309.89º | 0.53% | 0.67% | - |
| XYZ | 26.04 | 17.09 | 33.82 | - |
| YUV | 116.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 157 | 0 | 0.53 | 0.09 | 0.33 | 309.89 | 0.36 | 0.5 |
| Hex | AC | 51 | 9D | 0 | 35 | 9 | 21 | 136 | 24 | 32 |
| Octal | 254 | 121 | 235 | 0 | 65 | 11 | 41 | 466 | 44 | 62 |
| Binary | 10101100 | 1010001 | 10011101 | 0 | 110101 | 1001 | 100001 | 100110110 | 100100 | 110010 |
Color Harmonies of #AC519D
Complementary color
Monochromatic Colors of #AC519D
Black with #AC519D
Text Example
Text Example
White with #AC519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC519D; }
p { color: rgb(172,81,157); }
H1.HeaderClassName
{
color: #AC519D;
}
.AnyTagClassName
{
color: #AC519D;
}
</style>
background-color css
<style>
a { background-color: #AC519D; }
a { background-color: rgb(172,81,157); }
div.DivClassName
{
background-color: #AC519D;
}
.BgClassName
{
background-color: #AC519D;
}
</style>
border-color css
<style>
span { border-color: #AC519D; }
span { border-color: rgb(172,81,157); }
td.TdClassName
{
border-color: #AC519D;
}
.TagClassName
{
border-color: #AC519D;
}
</style>