Shades of Violet Blue #AC52AD
Tints of Violet Blue #AC52AD
RGB
CMYK
RGB Variations
Color information
#AC52AD (or 0xAC52AD) is known color: Violet Blue. HEX triplet: AC, 52 and AD. RGB value is (172,82,173). Sum of RGB (Red+Green+Blue) = 172+82+173=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC52AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC52AD is #53AD52. Grayscale: #777777. Windows color (decimal): -5483859 or 11358892. OLE color: 11358892.
HSL color Cylindrical-coordinate representation of color #AC52AD: hue angle of 299.34º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC52AD is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 82 | 173 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.32 |
| HSL | 299.34º | 0.36% | 0.5% | - |
| HSV(B) | 299.34º | 0.53% | 0.68% | - |
| XYZ | 27.57 | 17.82 | 41.52 | - |
| YUV | 119.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 173 | 0.01 | 0.53 | 0 | 0.32 | 299.34 | 0.36 | 0.5 |
| Hex | AC | 52 | AD | 1 | 35 | 0 | 20 | 12B | 24 | 32 |
| Octal | 254 | 122 | 255 | 1 | 65 | 0 | 40 | 453 | 44 | 62 |
| Binary | 10101100 | 1010010 | 10101101 | 1 | 110101 | 0 | 100000 | 100101011 | 100100 | 110010 |
Color Harmonies of #AC52AD
Complementary color
Monochromatic Colors of #AC52AD
Black with #AC52AD
Text Example
Text Example
White with #AC52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC52AD; }
p { color: rgb(172,82,173); }
H1.HeaderClassName
{
color: #AC52AD;
}
.AnyTagClassName
{
color: #AC52AD;
}
</style>
background-color css
<style>
a { background-color: #AC52AD; }
a { background-color: rgb(172,82,173); }
div.DivClassName
{
background-color: #AC52AD;
}
.BgClassName
{
background-color: #AC52AD;
}
</style>
border-color css
<style>
span { border-color: #AC52AD; }
span { border-color: rgb(172,82,173); }
td.TdClassName
{
border-color: #AC52AD;
}
.TagClassName
{
border-color: #AC52AD;
}
</style>