Shades of Violet Blue #AD53A0
Tints of Violet Blue #AD53A0
RGB
CMYK
RGB Variations
Color information
#AD53A0 (or 0xAD53A0) is known color: Violet Blue. HEX triplet: AD, 53 and A0. RGB value is (173,83,160). Sum of RGB (Red+Green+Blue) = 173+83+160=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD53A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53A0 is #52AC5F. Grayscale: #767676. Windows color (decimal): -5418080 or 10507181. OLE color: 10507181.
HSL color Cylindrical-coordinate representation of color #AD53A0: hue angle of 308.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD53A0 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 160 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.32 |
| HSL | 308.67º | 0.35% | 0.5% | - |
| HSV(B) | 308.67º | 0.52% | 0.68% | - |
| XYZ | 26.67 | 17.61 | 35.25 | - |
| YUV | 118.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 160 | 0 | 0.52 | 0.08 | 0.32 | 308.67 | 0.35 | 0.5 |
| Hex | AD | 53 | A0 | 0 | 34 | 8 | 20 | 135 | 23 | 32 |
| Octal | 255 | 123 | 240 | 0 | 64 | 10 | 40 | 465 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10100000 | 0 | 110100 | 1000 | 100000 | 100110101 | 100011 | 110010 |
Color Harmonies of #AD53A0
Complementary color
Monochromatic Colors of #AD53A0
Black with #AD53A0
Text Example
Text Example
White with #AD53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53A0; }
p { color: rgb(173,83,160); }
H1.HeaderClassName
{
color: #AD53A0;
}
.AnyTagClassName
{
color: #AD53A0;
}
</style>
background-color css
<style>
a { background-color: #AD53A0; }
a { background-color: rgb(173,83,160); }
div.DivClassName
{
background-color: #AD53A0;
}
.BgClassName
{
background-color: #AD53A0;
}
</style>
border-color css
<style>
span { border-color: #AD53A0; }
span { border-color: rgb(173,83,160); }
td.TdClassName
{
border-color: #AD53A0;
}
.TagClassName
{
border-color: #AD53A0;
}
</style>