Shades of Violet Blue #AC76AD
Tints of Violet Blue #AC76AD
RGB
CMYK
RGB Variations
Color information
#AC76AD (or 0xAC76AD) is known color: Violet Blue. HEX triplet: AC, 76 and AD. RGB value is (172,118,173). Sum of RGB (Red+Green+Blue) = 172+118+173=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76AD is #538952. Grayscale: #8C8C8C. Windows color (decimal): -5474643 or 11368108. OLE color: 11368108.
HSL color Cylindrical-coordinate representation of color #AC76AD: hue angle of 298.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC76AD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 118 | 173 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.32 |
| HSL | 298.91º | 0.25% | 0.57% | - |
| HSV(B) | 298.91º | 0.32% | 0.68% | - |
| XYZ | 31.03 | 24.74 | 42.68 | - |
| YUV | 140.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 173 | 0.01 | 0.32 | 0 | 0.32 | 298.91 | 0.25 | 0.57 |
| Hex | AC | 76 | AD | 1 | 20 | 0 | 20 | 12B | 19 | 39 |
| Octal | 254 | 166 | 255 | 1 | 40 | 0 | 40 | 453 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10101101 | 1 | 100000 | 0 | 100000 | 100101011 | 11001 | 111001 |
Color Harmonies of #AC76AD
Complementary color
Monochromatic Colors of #AC76AD
Black with #AC76AD
Text Example
Text Example
White with #AC76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76AD; }
p { color: rgb(172,118,173); }
H1.HeaderClassName
{
color: #AC76AD;
}
.AnyTagClassName
{
color: #AC76AD;
}
</style>
background-color css
<style>
a { background-color: #AC76AD; }
a { background-color: rgb(172,118,173); }
div.DivClassName
{
background-color: #AC76AD;
}
.BgClassName
{
background-color: #AC76AD;
}
</style>
border-color css
<style>
span { border-color: #AC76AD; }
span { border-color: rgb(172,118,173); }
td.TdClassName
{
border-color: #AC76AD;
}
.TagClassName
{
border-color: #AC76AD;
}
</style>