Shades of Violet Blue #AC5497
Tints of Violet Blue #AC5497
RGB
CMYK
RGB Variations
Color information
#AC5497 (or 0xAC5497) is known color: Violet Blue. HEX triplet: AC, 54 and 97. RGB value is (172,84,151). Sum of RGB (Red+Green+Blue) = 172+84+151=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5497 is #53AB68. Grayscale: #757575. Windows color (decimal): -5483369 or 9917612. OLE color: 9917612.
HSL color Cylindrical-coordinate representation of color #AC5497: hue angle of 314.32º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5497 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 151 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.33 |
| HSL | 314.32º | 0.35% | 0.5% | - |
| HSV(B) | 314.32º | 0.51% | 0.67% | - |
| XYZ | 25.77 | 17.35 | 31.27 | - |
| YUV | 117.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 151 | 0 | 0.51 | 0.12 | 0.33 | 314.32 | 0.35 | 0.5 |
| Hex | AC | 54 | 97 | 0 | 33 | C | 21 | 13A | 23 | 32 |
| Octal | 254 | 124 | 227 | 0 | 63 | 14 | 41 | 472 | 43 | 62 |
| Binary | 10101100 | 1010100 | 10010111 | 0 | 110011 | 1100 | 100001 | 100111010 | 100011 | 110010 |
Color Harmonies of #AC5497
Complementary color
Monochromatic Colors of #AC5497
Black with #AC5497
Text Example
Text Example
White with #AC5497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5497; }
p { color: rgb(172,84,151); }
H1.HeaderClassName
{
color: #AC5497;
}
.AnyTagClassName
{
color: #AC5497;
}
</style>
background-color css
<style>
a { background-color: #AC5497; }
a { background-color: rgb(172,84,151); }
div.DivClassName
{
background-color: #AC5497;
}
.BgClassName
{
background-color: #AC5497;
}
</style>
border-color css
<style>
span { border-color: #AC5497; }
span { border-color: rgb(172,84,151); }
td.TdClassName
{
border-color: #AC5497;
}
.TagClassName
{
border-color: #AC5497;
}
</style>