Shades of Violet Blue #AC5698
Tints of Violet Blue #AC5698
RGB
CMYK
RGB Variations
Color information
#AC5698 (or 0xAC5698) is known color: Violet Blue. HEX triplet: AC, 56 and 98. RGB value is (172,86,152). Sum of RGB (Red+Green+Blue) = 172+86+152=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5698 is #53A967. Grayscale: #777777. Windows color (decimal): -5482856 or 9983660. OLE color: 9983660.
HSL color Cylindrical-coordinate representation of color #AC5698: hue angle of 313.95º 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 #AC5698 is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 152 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.33 |
| HSL | 313.95º | 0.34% | 0.51% | - |
| HSV(B) | 313.95º | 0.5% | 0.67% | - |
| XYZ | 26.01 | 17.69 | 31.75 | - |
| YUV | 119.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 152 | 0 | 0.5 | 0.12 | 0.33 | 313.95 | 0.34 | 0.51 |
| Hex | AC | 56 | 98 | 0 | 32 | C | 21 | 13A | 22 | 33 |
| Octal | 254 | 126 | 230 | 0 | 62 | 14 | 41 | 472 | 42 | 63 |
| Binary | 10101100 | 1010110 | 10011000 | 0 | 110010 | 1100 | 100001 | 100111010 | 100010 | 110011 |
Color Harmonies of #AC5698
Complementary color
Monochromatic Colors of #AC5698
Black with #AC5698
Text Example
Text Example
White with #AC5698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5698; }
p { color: rgb(172,86,152); }
H1.HeaderClassName
{
color: #AC5698;
}
.AnyTagClassName
{
color: #AC5698;
}
</style>
background-color css
<style>
a { background-color: #AC5698; }
a { background-color: rgb(172,86,152); }
div.DivClassName
{
background-color: #AC5698;
}
.BgClassName
{
background-color: #AC5698;
}
</style>
border-color css
<style>
span { border-color: #AC5698; }
span { border-color: rgb(172,86,152); }
td.TdClassName
{
border-color: #AC5698;
}
.TagClassName
{
border-color: #AC5698;
}
</style>