Shades of Violet Blue #AC479B
Tints of Violet Blue #AC479B
RGB
CMYK
RGB Variations
Color information
#AC479B (or 0xAC479B) is known color: Violet Blue. HEX triplet: AC, 47 and 9B. RGB value is (172,71,155). Sum of RGB (Red+Green+Blue) = 172+71+155=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC479B is #53B864. Grayscale: #6E6E6E. Windows color (decimal): -5486693 or 10176428. OLE color: 10176428.
HSL color Cylindrical-coordinate representation of color #AC479B: hue angle of 310.1º 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 #AC479B is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 155 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.33 |
| HSL | 310.1º | 0.42% | 0.48% | - |
| HSV(B) | 310.1º | 0.59% | 0.67% | - |
| XYZ | 25.18 | 15.64 | 32.7 | - |
| YUV | 110.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 155 | 0 | 0.59 | 0.10 | 0.33 | 310.1 | 0.42 | 0.48 |
| Hex | AC | 47 | 9B | 0 | 3B | A | 21 | 136 | 2A | 30 |
| Octal | 254 | 107 | 233 | 0 | 73 | 12 | 41 | 466 | 52 | 60 |
| Binary | 10101100 | 1000111 | 10011011 | 0 | 111011 | 1010 | 100001 | 100110110 | 101010 | 110000 |
Color Harmonies of #AC479B
Complementary color
Monochromatic Colors of #AC479B
Black with #AC479B
Text Example
Text Example
White with #AC479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC479B; }
p { color: rgb(172,71,155); }
H1.HeaderClassName
{
color: #AC479B;
}
.AnyTagClassName
{
color: #AC479B;
}
</style>
background-color css
<style>
a { background-color: #AC479B; }
a { background-color: rgb(172,71,155); }
div.DivClassName
{
background-color: #AC479B;
}
.BgClassName
{
background-color: #AC479B;
}
</style>
border-color css
<style>
span { border-color: #AC479B; }
span { border-color: rgb(172,71,155); }
td.TdClassName
{
border-color: #AC479B;
}
.TagClassName
{
border-color: #AC479B;
}
</style>