Shades of Violet Blue #AD52A3
Tints of Violet Blue #AD52A3
RGB
CMYK
RGB Variations
Color information
#AD52A3 (or 0xAD52A3) is known color: Violet Blue. HEX triplet: AD, 52 and A3. RGB value is (173,82,163). Sum of RGB (Red+Green+Blue) = 173+82+163=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD52A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD52A3 is #52AD5C. Grayscale: #767676. Windows color (decimal): -5418333 or 10703533. OLE color: 10703533.
HSL color Cylindrical-coordinate representation of color #AD52A3: hue angle of 306.59º 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 #AD52A3 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 163 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.32 |
| HSL | 306.59º | 0.36% | 0.5% | - |
| HSV(B) | 306.59º | 0.53% | 0.68% | - |
| XYZ | 26.86 | 17.56 | 36.62 | - |
| YUV | 118.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 163 | 0 | 0.53 | 0.06 | 0.32 | 306.59 | 0.36 | 0.5 |
| Hex | AD | 52 | A3 | 0 | 35 | 6 | 20 | 133 | 24 | 32 |
| Octal | 255 | 122 | 243 | 0 | 65 | 6 | 40 | 463 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10100011 | 0 | 110101 | 110 | 100000 | 100110011 | 100100 | 110010 |
Color Harmonies of #AD52A3
Complementary color
Monochromatic Colors of #AD52A3
Black with #AD52A3
Text Example
Text Example
White with #AD52A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52A3; }
p { color: rgb(173,82,163); }
H1.HeaderClassName
{
color: #AD52A3;
}
.AnyTagClassName
{
color: #AD52A3;
}
</style>
background-color css
<style>
a { background-color: #AD52A3; }
a { background-color: rgb(173,82,163); }
div.DivClassName
{
background-color: #AD52A3;
}
.BgClassName
{
background-color: #AD52A3;
}
</style>
border-color css
<style>
span { border-color: #AD52A3; }
span { border-color: rgb(173,82,163); }
td.TdClassName
{
border-color: #AD52A3;
}
.TagClassName
{
border-color: #AD52A3;
}
</style>