Shades of Violet Blue #AD52AC
Tints of Violet Blue #AD52AC
RGB
CMYK
RGB Variations
Color information
#AD52AC (or 0xAD52AC) is known color: Violet Blue. HEX triplet: AD, 52 and AC. RGB value is (173,82,172). Sum of RGB (Red+Green+Blue) = 173+82+172=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD52AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD52AC is #52AD53. Grayscale: #777777. Windows color (decimal): -5418324 or 11293357. OLE color: 11293357.
HSL color Cylindrical-coordinate representation of color #AD52AC: hue angle of 300.66º 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 #AD52AC is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 172 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.32 |
| HSL | 300.66º | 0.36% | 0.5% | - |
| HSV(B) | 300.66º | 0.53% | 0.68% | - |
| XYZ | 27.7 | 17.9 | 41.02 | - |
| YUV | 119.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 172 | 0 | 0.53 | 0.01 | 0.32 | 300.66 | 0.36 | 0.5 |
| Hex | AD | 52 | AC | 0 | 35 | 1 | 20 | 12D | 24 | 32 |
| Octal | 255 | 122 | 254 | 0 | 65 | 1 | 40 | 455 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10101100 | 0 | 110101 | 1 | 100000 | 100101101 | 100100 | 110010 |
Color Harmonies of #AD52AC
Complementary color
Monochromatic Colors of #AD52AC
Black with #AD52AC
Text Example
Text Example
White with #AD52AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52AC; }
p { color: rgb(173,82,172); }
H1.HeaderClassName
{
color: #AD52AC;
}
.AnyTagClassName
{
color: #AD52AC;
}
</style>
background-color css
<style>
a { background-color: #AD52AC; }
a { background-color: rgb(173,82,172); }
div.DivClassName
{
background-color: #AD52AC;
}
.BgClassName
{
background-color: #AD52AC;
}
</style>
border-color css
<style>
span { border-color: #AD52AC; }
span { border-color: rgb(173,82,172); }
td.TdClassName
{
border-color: #AD52AC;
}
.TagClassName
{
border-color: #AD52AC;
}
</style>