Shades of Violet Blue #AC55AD
Tints of Violet Blue #AC55AD
RGB
CMYK
RGB Variations
Color information
#AC55AD (or 0xAC55AD) is known color: Violet Blue. HEX triplet: AC, 55 and AD. RGB value is (172,85,173). Sum of RGB (Red+Green+Blue) = 172+85+173=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC55AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC55AD is #53AA52. Grayscale: #787878. Windows color (decimal): -5483091 or 11359660. OLE color: 11359660.
HSL color Cylindrical-coordinate representation of color #AC55AD: hue angle of 299.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC55AD is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 85 | 173 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.32 |
| HSL | 299.32º | 0.35% | 0.51% | - |
| HSV(B) | 299.32º | 0.51% | 0.68% | - |
| XYZ | 27.8 | 18.28 | 41.6 | - |
| YUV | 121.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 173 | 0.01 | 0.51 | 0 | 0.32 | 299.32 | 0.35 | 0.51 |
| Hex | AC | 55 | AD | 1 | 33 | 0 | 20 | 12B | 23 | 33 |
| Octal | 254 | 125 | 255 | 1 | 63 | 0 | 40 | 453 | 43 | 63 |
| Binary | 10101100 | 1010101 | 10101101 | 1 | 110011 | 0 | 100000 | 100101011 | 100011 | 110011 |
Color Harmonies of #AC55AD
Complementary color
Monochromatic Colors of #AC55AD
Black with #AC55AD
Text Example
Text Example
White with #AC55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55AD; }
p { color: rgb(172,85,173); }
H1.HeaderClassName
{
color: #AC55AD;
}
.AnyTagClassName
{
color: #AC55AD;
}
</style>
background-color css
<style>
a { background-color: #AC55AD; }
a { background-color: rgb(172,85,173); }
div.DivClassName
{
background-color: #AC55AD;
}
.BgClassName
{
background-color: #AC55AD;
}
</style>
border-color css
<style>
span { border-color: #AC55AD; }
span { border-color: rgb(172,85,173); }
td.TdClassName
{
border-color: #AC55AD;
}
.TagClassName
{
border-color: #AC55AD;
}
</style>