Shades of Violet Blue #AD52AA
Tints of Violet Blue #AD52AA
RGB
CMYK
RGB Variations
Color information
#AD52AA (or 0xAD52AA) is known color: Violet Blue. HEX triplet: AD, 52 and AA. RGB value is (173,82,170). Sum of RGB (Red+Green+Blue) = 173+82+170=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD52AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD52AA is #52AD55. Grayscale: #767676. Windows color (decimal): -5418326 or 11162285. OLE color: 11162285.
HSL color Cylindrical-coordinate representation of color #AD52AA: hue angle of 301.98º 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 #AD52AA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 170 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.32 |
| HSL | 301.98º | 0.36% | 0.5% | - |
| HSV(B) | 301.98º | 0.53% | 0.68% | - |
| XYZ | 27.51 | 17.82 | 40.02 | - |
| YUV | 119.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 170 | 0 | 0.53 | 0.02 | 0.32 | 301.98 | 0.36 | 0.5 |
| Hex | AD | 52 | AA | 0 | 35 | 2 | 20 | 12E | 24 | 32 |
| Octal | 255 | 122 | 252 | 0 | 65 | 2 | 40 | 456 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10101010 | 0 | 110101 | 10 | 100000 | 100101110 | 100100 | 110010 |
Color Harmonies of #AD52AA
Complementary color
Monochromatic Colors of #AD52AA
Black with #AD52AA
Text Example
Text Example
White with #AD52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52AA; }
p { color: rgb(173,82,170); }
H1.HeaderClassName
{
color: #AD52AA;
}
.AnyTagClassName
{
color: #AD52AA;
}
</style>
background-color css
<style>
a { background-color: #AD52AA; }
a { background-color: rgb(173,82,170); }
div.DivClassName
{
background-color: #AD52AA;
}
.BgClassName
{
background-color: #AD52AA;
}
</style>
border-color css
<style>
span { border-color: #AD52AA; }
span { border-color: rgb(173,82,170); }
td.TdClassName
{
border-color: #AD52AA;
}
.TagClassName
{
border-color: #AD52AA;
}
</style>