Shades of Violet Blue #AC5E99
Tints of Violet Blue #AC5E99
RGB
CMYK
RGB Variations
Color information
#AC5E99 (or 0xAC5E99) is known color: Violet Blue. HEX triplet: AC, 5E and 99. RGB value is (172,94,153). Sum of RGB (Red+Green+Blue) = 172+94+153=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E99 is #53A166. Grayscale: #7B7B7B. Windows color (decimal): -5480807 or 10051244. OLE color: 10051244.
HSL color Cylindrical-coordinate representation of color #AC5E99: hue angle of 314.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E99 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 153 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.33 |
| HSL | 314.62º | 0.32% | 0.52% | - |
| HSV(B) | 314.62º | 0.45% | 0.67% | - |
| XYZ | 26.77 | 19.08 | 32.41 | - |
| YUV | 124.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 153 | 0 | 0.45 | 0.11 | 0.33 | 314.62 | 0.32 | 0.52 |
| Hex | AC | 5E | 99 | 0 | 2D | B | 21 | 13B | 20 | 34 |
| Octal | 254 | 136 | 231 | 0 | 55 | 13 | 41 | 473 | 40 | 64 |
| Binary | 10101100 | 1011110 | 10011001 | 0 | 101101 | 1011 | 100001 | 100111011 | 100000 | 110100 |
Color Harmonies of #AC5E99
Complementary color
Monochromatic Colors of #AC5E99
Black with #AC5E99
Text Example
Text Example
White with #AC5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E99; }
p { color: rgb(172,94,153); }
H1.HeaderClassName
{
color: #AC5E99;
}
.AnyTagClassName
{
color: #AC5E99;
}
</style>
background-color css
<style>
a { background-color: #AC5E99; }
a { background-color: rgb(172,94,153); }
div.DivClassName
{
background-color: #AC5E99;
}
.BgClassName
{
background-color: #AC5E99;
}
</style>
border-color css
<style>
span { border-color: #AC5E99; }
span { border-color: rgb(172,94,153); }
td.TdClassName
{
border-color: #AC5E99;
}
.TagClassName
{
border-color: #AC5E99;
}
</style>