Shades of Violet Blue #AC499C
Tints of Violet Blue #AC499C
RGB
CMYK
RGB Variations
Color information
#AC499C (or 0xAC499C) is known color: Violet Blue. HEX triplet: AC, 49 and 9C. RGB value is (172,73,156). Sum of RGB (Red+Green+Blue) = 172+73+156=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC499C is #53B663. Grayscale: #6F6F6F. Windows color (decimal): -5486180 or 10242476. OLE color: 10242476.
HSL color Cylindrical-coordinate representation of color #AC499C: hue angle of 309.7º 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 #AC499C is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 156 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.33 |
| HSL | 309.7º | 0.4% | 0.48% | - |
| HSV(B) | 309.7º | 0.58% | 0.67% | - |
| XYZ | 25.4 | 15.94 | 33.19 | - |
| YUV | 112.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 156 | 0 | 0.58 | 0.09 | 0.33 | 309.7 | 0.4 | 0.48 |
| Hex | AC | 49 | 9C | 0 | 3A | 9 | 21 | 136 | 28 | 30 |
| Octal | 254 | 111 | 234 | 0 | 72 | 11 | 41 | 466 | 50 | 60 |
| Binary | 10101100 | 1001001 | 10011100 | 0 | 111010 | 1001 | 100001 | 100110110 | 101000 | 110000 |
Color Harmonies of #AC499C
Complementary color
Monochromatic Colors of #AC499C
Black with #AC499C
Text Example
Text Example
White with #AC499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC499C; }
p { color: rgb(172,73,156); }
H1.HeaderClassName
{
color: #AC499C;
}
.AnyTagClassName
{
color: #AC499C;
}
</style>
background-color css
<style>
a { background-color: #AC499C; }
a { background-color: rgb(172,73,156); }
div.DivClassName
{
background-color: #AC499C;
}
.BgClassName
{
background-color: #AC499C;
}
</style>
border-color css
<style>
span { border-color: #AC499C; }
span { border-color: rgb(172,73,156); }
td.TdClassName
{
border-color: #AC499C;
}
.TagClassName
{
border-color: #AC499C;
}
</style>