Shades of Violet Blue #AC519A
Tints of Violet Blue #AC519A
RGB
CMYK
RGB Variations
Color information
#AC519A (or 0xAC519A) is known color: Violet Blue. HEX triplet: AC, 51 and 9A. RGB value is (172,81,154). Sum of RGB (Red+Green+Blue) = 172+81+154=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC519A is #53AE65. Grayscale: #747474. Windows color (decimal): -5484134 or 10113452. OLE color: 10113452.
HSL color Cylindrical-coordinate representation of color #AC519A: hue angle of 311.87º 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 #AC519A is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 154 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.33 |
| HSL | 311.87º | 0.36% | 0.5% | - |
| HSV(B) | 311.87º | 0.53% | 0.67% | - |
| XYZ | 25.79 | 16.99 | 32.49 | - |
| YUV | 116.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 154 | 0 | 0.53 | 0.10 | 0.33 | 311.87 | 0.36 | 0.5 |
| Hex | AC | 51 | 9A | 0 | 35 | A | 21 | 138 | 24 | 32 |
| Octal | 254 | 121 | 232 | 0 | 65 | 12 | 41 | 470 | 44 | 62 |
| Binary | 10101100 | 1010001 | 10011010 | 0 | 110101 | 1010 | 100001 | 100111000 | 100100 | 110010 |
Color Harmonies of #AC519A
Complementary color
Monochromatic Colors of #AC519A
Black with #AC519A
Text Example
Text Example
White with #AC519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC519A; }
p { color: rgb(172,81,154); }
H1.HeaderClassName
{
color: #AC519A;
}
.AnyTagClassName
{
color: #AC519A;
}
</style>
background-color css
<style>
a { background-color: #AC519A; }
a { background-color: rgb(172,81,154); }
div.DivClassName
{
background-color: #AC519A;
}
.BgClassName
{
background-color: #AC519A;
}
</style>
border-color css
<style>
span { border-color: #AC519A; }
span { border-color: rgb(172,81,154); }
td.TdClassName
{
border-color: #AC519A;
}
.TagClassName
{
border-color: #AC519A;
}
</style>