Shades of Violet Blue #AC49AA
Tints of Violet Blue #AC49AA
RGB
CMYK
RGB Variations
Color information
#AC49AA (or 0xAC49AA) is known color: Violet Blue. HEX triplet: AC, 49 and AA. RGB value is (172,73,170). Sum of RGB (Red+Green+Blue) = 172+73+170=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC49AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49AA is #53B655. Grayscale: #717171. Windows color (decimal): -5486166 or 11159980. OLE color: 11159980.
HSL color Cylindrical-coordinate representation of color #AC49AA: hue angle of 301.21º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC49AA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 170 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.33 |
| HSL | 301.21º | 0.4% | 0.48% | - |
| HSV(B) | 301.21º | 0.58% | 0.67% | - |
| XYZ | 26.65 | 16.44 | 39.8 | - |
| YUV | 113.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 170 | 0 | 0.58 | 0.01 | 0.33 | 301.21 | 0.4 | 0.48 |
| Hex | AC | 49 | AA | 0 | 3A | 1 | 21 | 12D | 28 | 30 |
| Octal | 254 | 111 | 252 | 0 | 72 | 1 | 41 | 455 | 50 | 60 |
| Binary | 10101100 | 1001001 | 10101010 | 0 | 111010 | 1 | 100001 | 100101101 | 101000 | 110000 |
Color Harmonies of #AC49AA
Complementary color
Monochromatic Colors of #AC49AA
Black with #AC49AA
Text Example
Text Example
White with #AC49AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC49AA; }
p { color: rgb(172,73,170); }
H1.HeaderClassName
{
color: #AC49AA;
}
.AnyTagClassName
{
color: #AC49AA;
}
</style>
background-color css
<style>
a { background-color: #AC49AA; }
a { background-color: rgb(172,73,170); }
div.DivClassName
{
background-color: #AC49AA;
}
.BgClassName
{
background-color: #AC49AA;
}
</style>
border-color css
<style>
span { border-color: #AC49AA; }
span { border-color: rgb(172,73,170); }
td.TdClassName
{
border-color: #AC49AA;
}
.TagClassName
{
border-color: #AC49AA;
}
</style>