Shades of Violet Blue #AC60AD
Tints of Violet Blue #AC60AD
RGB
CMYK
RGB Variations
Color information
#AC60AD (or 0xAC60AD) is known color: Violet Blue. HEX triplet: AC, 60 and AD. RGB value is (172,96,173). Sum of RGB (Red+Green+Blue) = 172+96+173=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC60AD is #539F52. Grayscale: #7F7F7F. Windows color (decimal): -5480275 or 11362476. OLE color: 11362476.
HSL color Cylindrical-coordinate representation of color #AC60AD: hue angle of 299.22º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC60AD is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 96 | 173 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.32 |
| HSL | 299.22º | 0.32% | 0.53% | - |
| HSV(B) | 299.22º | 0.45% | 0.68% | - |
| XYZ | 28.74 | 20.15 | 41.91 | - |
| YUV | 127.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 173 | 0.01 | 0.45 | 0 | 0.32 | 299.22 | 0.32 | 0.53 |
| Hex | AC | 60 | AD | 1 | 2D | 0 | 20 | 12B | 20 | 35 |
| Octal | 254 | 140 | 255 | 1 | 55 | 0 | 40 | 453 | 40 | 65 |
| Binary | 10101100 | 1100000 | 10101101 | 1 | 101101 | 0 | 100000 | 100101011 | 100000 | 110101 |
Color Harmonies of #AC60AD
Complementary color
Monochromatic Colors of #AC60AD
Black with #AC60AD
Text Example
Text Example
White with #AC60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC60AD; }
p { color: rgb(172,96,173); }
H1.HeaderClassName
{
color: #AC60AD;
}
.AnyTagClassName
{
color: #AC60AD;
}
</style>
background-color css
<style>
a { background-color: #AC60AD; }
a { background-color: rgb(172,96,173); }
div.DivClassName
{
background-color: #AC60AD;
}
.BgClassName
{
background-color: #AC60AD;
}
</style>
border-color css
<style>
span { border-color: #AC60AD; }
span { border-color: rgb(172,96,173); }
td.TdClassName
{
border-color: #AC60AD;
}
.TagClassName
{
border-color: #AC60AD;
}
</style>