Shades of Violet Blue #AC479C
Tints of Violet Blue #AC479C
RGB
CMYK
RGB Variations
Color information
#AC479C (or 0xAC479C) is known color: Violet Blue. HEX triplet: AC, 47 and 9C. RGB value is (172,71,156). Sum of RGB (Red+Green+Blue) = 172+71+156=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC479C is #53B863. Grayscale: #6E6E6E. Windows color (decimal): -5486692 or 10241964. OLE color: 10241964.
HSL color Cylindrical-coordinate representation of color #AC479C: hue angle of 309.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC479C is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 156 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.33 |
| HSL | 309.5º | 0.42% | 0.48% | - |
| HSV(B) | 309.5º | 0.59% | 0.67% | - |
| XYZ | 25.27 | 15.68 | 33.15 | - |
| YUV | 110.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 156 | 0 | 0.59 | 0.09 | 0.33 | 309.5 | 0.42 | 0.48 |
| Hex | AC | 47 | 9C | 0 | 3B | 9 | 21 | 136 | 2A | 30 |
| Octal | 254 | 107 | 234 | 0 | 73 | 11 | 41 | 466 | 52 | 60 |
| Binary | 10101100 | 1000111 | 10011100 | 0 | 111011 | 1001 | 100001 | 100110110 | 101010 | 110000 |
Color Harmonies of #AC479C
Complementary color
Monochromatic Colors of #AC479C
Black with #AC479C
Text Example
Text Example
White with #AC479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC479C; }
p { color: rgb(172,71,156); }
H1.HeaderClassName
{
color: #AC479C;
}
.AnyTagClassName
{
color: #AC479C;
}
</style>
background-color css
<style>
a { background-color: #AC479C; }
a { background-color: rgb(172,71,156); }
div.DivClassName
{
background-color: #AC479C;
}
.BgClassName
{
background-color: #AC479C;
}
</style>
border-color css
<style>
span { border-color: #AC479C; }
span { border-color: rgb(172,71,156); }
td.TdClassName
{
border-color: #AC479C;
}
.TagClassName
{
border-color: #AC479C;
}
</style>