Shades of Violet Blue #AD529A
Tints of Violet Blue #AD529A
RGB
CMYK
RGB Variations
Color information
#AD529A (or 0xAD529A) is known color: Violet Blue. HEX triplet: AD, 52 and 9A. RGB value is (173,82,154). Sum of RGB (Red+Green+Blue) = 173+82+154=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD529A is #52AD65. Grayscale: #757575. Windows color (decimal): -5418342 or 10113709. OLE color: 10113709.
HSL color Cylindrical-coordinate representation of color #AD529A: hue angle of 312.53º 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 #AD529A is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 154 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.32 |
| HSL | 312.53º | 0.36% | 0.5% | - |
| HSV(B) | 312.53º | 0.53% | 0.68% | - |
| XYZ | 26.08 | 17.25 | 32.53 | - |
| YUV | 117.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 154 | 0 | 0.53 | 0.11 | 0.32 | 312.53 | 0.36 | 0.5 |
| Hex | AD | 52 | 9A | 0 | 35 | B | 20 | 139 | 24 | 32 |
| Octal | 255 | 122 | 232 | 0 | 65 | 13 | 40 | 471 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10011010 | 0 | 110101 | 1011 | 100000 | 100111001 | 100100 | 110010 |
Color Harmonies of #AD529A
Complementary color
Monochromatic Colors of #AD529A
Black with #AD529A
Text Example
Text Example
White with #AD529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD529A; }
p { color: rgb(173,82,154); }
H1.HeaderClassName
{
color: #AD529A;
}
.AnyTagClassName
{
color: #AD529A;
}
</style>
background-color css
<style>
a { background-color: #AD529A; }
a { background-color: rgb(173,82,154); }
div.DivClassName
{
background-color: #AD529A;
}
.BgClassName
{
background-color: #AD529A;
}
</style>
border-color css
<style>
span { border-color: #AD529A; }
span { border-color: rgb(173,82,154); }
td.TdClassName
{
border-color: #AD529A;
}
.TagClassName
{
border-color: #AD529A;
}
</style>