Shades of Violet Blue #AD53AA
Tints of Violet Blue #AD53AA
RGB
CMYK
RGB Variations
Color information
#AD53AA (or 0xAD53AA) is known color: Violet Blue. HEX triplet: AD, 53 and AA. RGB value is (173,83,170). Sum of RGB (Red+Green+Blue) = 173+83+170=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53AA is #52AC55. Grayscale: #777777. Windows color (decimal): -5418070 or 11162541. OLE color: 11162541.
HSL color Cylindrical-coordinate representation of color #AD53AA: hue angle of 302º 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 #AD53AA is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 170 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.32 |
| HSL | 302º | 0.35% | 0.5% | - |
| HSV(B) | 302º | 0.52% | 0.68% | - |
| XYZ | 27.58 | 17.97 | 40.05 | - |
| YUV | 119.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 170 | 0 | 0.52 | 0.02 | 0.32 | 302 | 0.35 | 0.5 |
| Hex | AD | 53 | AA | 0 | 34 | 2 | 20 | 12E | 23 | 32 |
| Octal | 255 | 123 | 252 | 0 | 64 | 2 | 40 | 456 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10101010 | 0 | 110100 | 10 | 100000 | 100101110 | 100011 | 110010 |
Color Harmonies of #AD53AA
Complementary color
Monochromatic Colors of #AD53AA
Black with #AD53AA
Text Example
Text Example
White with #AD53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53AA; }
p { color: rgb(173,83,170); }
H1.HeaderClassName
{
color: #AD53AA;
}
.AnyTagClassName
{
color: #AD53AA;
}
</style>
background-color css
<style>
a { background-color: #AD53AA; }
a { background-color: rgb(173,83,170); }
div.DivClassName
{
background-color: #AD53AA;
}
.BgClassName
{
background-color: #AD53AA;
}
</style>
border-color css
<style>
span { border-color: #AD53AA; }
span { border-color: rgb(173,83,170); }
td.TdClassName
{
border-color: #AD53AA;
}
.TagClassName
{
border-color: #AD53AA;
}
</style>