Shades of Violet Blue #AC4A99
Tints of Violet Blue #AC4A99
RGB
CMYK
RGB Variations
Color information
#AC4A99 (or 0xAC4A99) is known color: Violet Blue. HEX triplet: AC, 4A and 99. RGB value is (172,74,153). Sum of RGB (Red+Green+Blue) = 172+74+153=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A99 is #53B566. Grayscale: #707070. Windows color (decimal): -5485927 or 10046124. OLE color: 10046124.
HSL color Cylindrical-coordinate representation of color #AC4A99: hue angle of 311.63º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A99 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 153 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.33 |
| HSL | 311.63º | 0.4% | 0.48% | - |
| HSV(B) | 311.63º | 0.57% | 0.67% | - |
| XYZ | 25.21 | 15.97 | 31.89 | - |
| YUV | 112.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 153 | 0 | 0.57 | 0.11 | 0.33 | 311.63 | 0.4 | 0.48 |
| Hex | AC | 4A | 99 | 0 | 39 | B | 21 | 138 | 28 | 30 |
| Octal | 254 | 112 | 231 | 0 | 71 | 13 | 41 | 470 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10011001 | 0 | 111001 | 1011 | 100001 | 100111000 | 101000 | 110000 |
Color Harmonies of #AC4A99
Complementary color
Monochromatic Colors of #AC4A99
Black with #AC4A99
Text Example
Text Example
White with #AC4A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A99; }
p { color: rgb(172,74,153); }
H1.HeaderClassName
{
color: #AC4A99;
}
.AnyTagClassName
{
color: #AC4A99;
}
</style>
background-color css
<style>
a { background-color: #AC4A99; }
a { background-color: rgb(172,74,153); }
div.DivClassName
{
background-color: #AC4A99;
}
.BgClassName
{
background-color: #AC4A99;
}
</style>
border-color css
<style>
span { border-color: #AC4A99; }
span { border-color: rgb(172,74,153); }
td.TdClassName
{
border-color: #AC4A99;
}
.TagClassName
{
border-color: #AC4A99;
}
</style>