Shades of Violet Blue #AC4599
Tints of Violet Blue #AC4599
RGB
CMYK
RGB Variations
Color information
#AC4599 (or 0xAC4599) is known color: Violet Blue. HEX triplet: AC, 45 and 99. RGB value is (172,69,153). Sum of RGB (Red+Green+Blue) = 172+69+153=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4599 is #53BA66. Grayscale: #6D6D6D. Windows color (decimal): -5487207 or 10044844. OLE color: 10044844.
HSL color Cylindrical-coordinate representation of color #AC4599: hue angle of 311.07º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4599 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 153 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.33 |
| HSL | 311.07º | 0.43% | 0.47% | - |
| HSV(B) | 311.07º | 0.6% | 0.67% | - |
| XYZ | 24.89 | 15.33 | 31.78 | - |
| YUV | 109.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 153 | 0 | 0.60 | 0.11 | 0.33 | 311.07 | 0.43 | 0.47 |
| Hex | AC | 45 | 99 | 0 | 3C | B | 21 | 137 | 2B | 2F |
| Octal | 254 | 105 | 231 | 0 | 74 | 13 | 41 | 467 | 53 | 57 |
| Binary | 10101100 | 1000101 | 10011001 | 0 | 111100 | 1011 | 100001 | 100110111 | 101011 | 101111 |
Color Harmonies of #AC4599
Complementary color
Monochromatic Colors of #AC4599
Black with #AC4599
Text Example
Text Example
White with #AC4599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4599; }
p { color: rgb(172,69,153); }
H1.HeaderClassName
{
color: #AC4599;
}
.AnyTagClassName
{
color: #AC4599;
}
</style>
background-color css
<style>
a { background-color: #AC4599; }
a { background-color: rgb(172,69,153); }
div.DivClassName
{
background-color: #AC4599;
}
.BgClassName
{
background-color: #AC4599;
}
</style>
border-color css
<style>
span { border-color: #AC4599; }
span { border-color: rgb(172,69,153); }
td.TdClassName
{
border-color: #AC4599;
}
.TagClassName
{
border-color: #AC4599;
}
</style>