Shades of Violet Blue #AC499A
Tints of Violet Blue #AC499A
RGB
CMYK
RGB Variations
Color information
#AC499A (or 0xAC499A) is known color: Violet Blue. HEX triplet: AC, 49 and 9A. RGB value is (172,73,154). Sum of RGB (Red+Green+Blue) = 172+73+154=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC499A is #53B665. Grayscale: #6F6F6F. Windows color (decimal): -5486182 or 10111404. OLE color: 10111404.
HSL color Cylindrical-coordinate representation of color #AC499A: hue angle of 310.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC499A is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 154 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.33 |
| HSL | 310.91º | 0.4% | 0.48% | - |
| HSV(B) | 310.91º | 0.58% | 0.67% | - |
| XYZ | 25.23 | 15.87 | 32.31 | - |
| YUV | 111.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 154 | 0 | 0.58 | 0.10 | 0.33 | 310.91 | 0.4 | 0.48 |
| Hex | AC | 49 | 9A | 0 | 3A | A | 21 | 137 | 28 | 30 |
| Octal | 254 | 111 | 232 | 0 | 72 | 12 | 41 | 467 | 50 | 60 |
| Binary | 10101100 | 1001001 | 10011010 | 0 | 111010 | 1010 | 100001 | 100110111 | 101000 | 110000 |
Color Harmonies of #AC499A
Complementary color
Monochromatic Colors of #AC499A
Black with #AC499A
Text Example
Text Example
White with #AC499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC499A; }
p { color: rgb(172,73,154); }
H1.HeaderClassName
{
color: #AC499A;
}
.AnyTagClassName
{
color: #AC499A;
}
</style>
background-color css
<style>
a { background-color: #AC499A; }
a { background-color: rgb(172,73,154); }
div.DivClassName
{
background-color: #AC499A;
}
.BgClassName
{
background-color: #AC499A;
}
</style>
border-color css
<style>
span { border-color: #AC499A; }
span { border-color: rgb(172,73,154); }
td.TdClassName
{
border-color: #AC499A;
}
.TagClassName
{
border-color: #AC499A;
}
</style>