Shades of Violet Blue #AC5297
Tints of Violet Blue #AC5297
RGB
CMYK
RGB Variations
Color information
#AC5297 (or 0xAC5297) is known color: Violet Blue. HEX triplet: AC, 52 and 97. RGB value is (172,82,151). Sum of RGB (Red+Green+Blue) = 172+82+151=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5297 is #53AD68. Grayscale: #747474. Windows color (decimal): -5483881 or 9917100. OLE color: 9917100.
HSL color Cylindrical-coordinate representation of color #AC5297: hue angle of 314º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5297 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 151 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.33 |
| HSL | 314º | 0.35% | 0.5% | - |
| HSV(B) | 314º | 0.52% | 0.67% | - |
| XYZ | 25.62 | 17.04 | 31.22 | - |
| YUV | 116.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 151 | 0 | 0.52 | 0.12 | 0.33 | 314 | 0.35 | 0.5 |
| Hex | AC | 52 | 97 | 0 | 34 | C | 21 | 13A | 23 | 32 |
| Octal | 254 | 122 | 227 | 0 | 64 | 14 | 41 | 472 | 43 | 62 |
| Binary | 10101100 | 1010010 | 10010111 | 0 | 110100 | 1100 | 100001 | 100111010 | 100011 | 110010 |
Color Harmonies of #AC5297
Complementary color
Monochromatic Colors of #AC5297
Black with #AC5297
Text Example
Text Example
White with #AC5297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5297; }
p { color: rgb(172,82,151); }
H1.HeaderClassName
{
color: #AC5297;
}
.AnyTagClassName
{
color: #AC5297;
}
</style>
background-color css
<style>
a { background-color: #AC5297; }
a { background-color: rgb(172,82,151); }
div.DivClassName
{
background-color: #AC5297;
}
.BgClassName
{
background-color: #AC5297;
}
</style>
border-color css
<style>
span { border-color: #AC5297; }
span { border-color: rgb(172,82,151); }
td.TdClassName
{
border-color: #AC5297;
}
.TagClassName
{
border-color: #AC5297;
}
</style>