Shades of Violet Blue #AC5097
Tints of Violet Blue #AC5097
RGB
CMYK
RGB Variations
Color information
#AC5097 (or 0xAC5097) is known color: Violet Blue. HEX triplet: AC, 50 and 97. RGB value is (172,80,151). Sum of RGB (Red+Green+Blue) = 172+80+151=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5097 is #53AF68. Grayscale: #737373. Windows color (decimal): -5484393 or 9916588. OLE color: 9916588.
HSL color Cylindrical-coordinate representation of color #AC5097: hue angle of 313.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5097 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 151 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.33 |
| HSL | 313.7º | 0.37% | 0.49% | - |
| HSV(B) | 313.7º | 0.53% | 0.67% | - |
| XYZ | 25.47 | 16.74 | 31.17 | - |
| YUV | 115.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 151 | 0 | 0.53 | 0.12 | 0.33 | 313.7 | 0.37 | 0.49 |
| Hex | AC | 50 | 97 | 0 | 35 | C | 21 | 13A | 25 | 31 |
| Octal | 254 | 120 | 227 | 0 | 65 | 14 | 41 | 472 | 45 | 61 |
| Binary | 10101100 | 1010000 | 10010111 | 0 | 110101 | 1100 | 100001 | 100111010 | 100101 | 110001 |
Color Harmonies of #AC5097
Complementary color
Monochromatic Colors of #AC5097
Black with #AC5097
Text Example
Text Example
White with #AC5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5097; }
p { color: rgb(172,80,151); }
H1.HeaderClassName
{
color: #AC5097;
}
.AnyTagClassName
{
color: #AC5097;
}
</style>
background-color css
<style>
a { background-color: #AC5097; }
a { background-color: rgb(172,80,151); }
div.DivClassName
{
background-color: #AC5097;
}
.BgClassName
{
background-color: #AC5097;
}
</style>
border-color css
<style>
span { border-color: #AC5097; }
span { border-color: rgb(172,80,151); }
td.TdClassName
{
border-color: #AC5097;
}
.TagClassName
{
border-color: #AC5097;
}
</style>