Shades of Violet Blue #AC55A9
Tints of Violet Blue #AC55A9
RGB
CMYK
RGB Variations
Color information
#AC55A9 (or 0xAC55A9) is known color: Violet Blue. HEX triplet: AC, 55 and A9. RGB value is (172,85,169). Sum of RGB (Red+Green+Blue) = 172+85+169=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC55A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC55A9 is #53AA56. Grayscale: #787878. Windows color (decimal): -5483095 or 11097516. OLE color: 11097516.
HSL color Cylindrical-coordinate representation of color #AC55A9: hue angle of 302.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC55A9 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 169 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.33 |
| HSL | 302.07º | 0.34% | 0.5% | - |
| HSV(B) | 302.07º | 0.51% | 0.67% | - |
| XYZ | 27.42 | 18.13 | 39.59 | - |
| YUV | 120.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 169 | 0 | 0.51 | 0.02 | 0.33 | 302.07 | 0.34 | 0.5 |
| Hex | AC | 55 | A9 | 0 | 33 | 2 | 21 | 12E | 22 | 32 |
| Octal | 254 | 125 | 251 | 0 | 63 | 2 | 41 | 456 | 42 | 62 |
| Binary | 10101100 | 1010101 | 10101001 | 0 | 110011 | 10 | 100001 | 100101110 | 100010 | 110010 |
Color Harmonies of #AC55A9
Complementary color
Monochromatic Colors of #AC55A9
Black with #AC55A9
Text Example
Text Example
White with #AC55A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55A9; }
p { color: rgb(172,85,169); }
H1.HeaderClassName
{
color: #AC55A9;
}
.AnyTagClassName
{
color: #AC55A9;
}
</style>
background-color css
<style>
a { background-color: #AC55A9; }
a { background-color: rgb(172,85,169); }
div.DivClassName
{
background-color: #AC55A9;
}
.BgClassName
{
background-color: #AC55A9;
}
</style>
border-color css
<style>
span { border-color: #AC55A9; }
span { border-color: rgb(172,85,169); }
td.TdClassName
{
border-color: #AC55A9;
}
.TagClassName
{
border-color: #AC55A9;
}
</style>