Shades of Violet Blue #AC519F
Tints of Violet Blue #AC519F
RGB
CMYK
RGB Variations
Color information
#AC519F (or 0xAC519F) is known color: Violet Blue. HEX triplet: AC, 51 and 9F. RGB value is (172,81,159). Sum of RGB (Red+Green+Blue) = 172+81+159=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519F is #53AE60. Grayscale: #747474. Windows color (decimal): -5484129 or 10441132. OLE color: 10441132.
HSL color Cylindrical-coordinate representation of color #AC519F: hue angle of 308.57º 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 #AC519F is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 159 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.33 |
| HSL | 308.57º | 0.36% | 0.5% | - |
| HSV(B) | 308.57º | 0.53% | 0.67% | - |
| XYZ | 26.21 | 17.16 | 34.73 | - |
| YUV | 117.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 159 | 0 | 0.53 | 0.08 | 0.33 | 308.57 | 0.36 | 0.5 |
| Hex | AC | 51 | 9F | 0 | 35 | 8 | 21 | 135 | 24 | 32 |
| Octal | 254 | 121 | 237 | 0 | 65 | 10 | 41 | 465 | 44 | 62 |
| Binary | 10101100 | 1010001 | 10011111 | 0 | 110101 | 1000 | 100001 | 100110101 | 100100 | 110010 |
Color Harmonies of #AC519F
Complementary color
Monochromatic Colors of #AC519F
Black with #AC519F
Text Example
Text Example
White with #AC519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC519F; }
p { color: rgb(172,81,159); }
H1.HeaderClassName
{
color: #AC519F;
}
.AnyTagClassName
{
color: #AC519F;
}
</style>
background-color css
<style>
a { background-color: #AC519F; }
a { background-color: rgb(172,81,159); }
div.DivClassName
{
background-color: #AC519F;
}
.BgClassName
{
background-color: #AC519F;
}
</style>
border-color css
<style>
span { border-color: #AC519F; }
span { border-color: rgb(172,81,159); }
td.TdClassName
{
border-color: #AC519F;
}
.TagClassName
{
border-color: #AC519F;
}
</style>