Shades of Violet Blue #AC5694
Tints of Violet Blue #AC5694
RGB
CMYK
RGB Variations
Color information
#AC5694 (or 0xAC5694) is known color: Violet Blue. HEX triplet: AC, 56 and 94. RGB value is (172,86,148). Sum of RGB (Red+Green+Blue) = 172+86+148=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5694 is #53A96B. Grayscale: #767676. Windows color (decimal): -5482860 or 9721516. OLE color: 9721516.
HSL color Cylindrical-coordinate representation of color #AC5694: hue angle of 316.74º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5694 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 148 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.33 |
| HSL | 316.74º | 0.34% | 0.51% | - |
| HSV(B) | 316.74º | 0.5% | 0.67% | - |
| XYZ | 25.69 | 17.56 | 30.05 | - |
| YUV | 118.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 148 | 0 | 0.5 | 0.14 | 0.33 | 316.74 | 0.34 | 0.51 |
| Hex | AC | 56 | 94 | 0 | 32 | E | 21 | 13D | 22 | 33 |
| Octal | 254 | 126 | 224 | 0 | 62 | 16 | 41 | 475 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10010100 | 0 | 110010 | 1110 | 100001 | 100111101 | 100010 | 110011 |
Color Harmonies of #AC5694
Complementary color
Monochromatic Colors of #AC5694
Black with #AC5694
Text Example
Text Example
White with #AC5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5694; }
p { color: rgb(172,86,148); }
H1.HeaderClassName
{
color: #AC5694;
}
.AnyTagClassName
{
color: #AC5694;
}
</style>
background-color css
<style>
a { background-color: #AC5694; }
a { background-color: rgb(172,86,148); }
div.DivClassName
{
background-color: #AC5694;
}
.BgClassName
{
background-color: #AC5694;
}
</style>
border-color css
<style>
span { border-color: #AC5694; }
span { border-color: rgb(172,86,148); }
td.TdClassName
{
border-color: #AC5694;
}
.TagClassName
{
border-color: #AC5694;
}
</style>