Shades of Violet Blue #AD54AA
Tints of Violet Blue #AD54AA
RGB
CMYK
RGB Variations
Color information
#AD54AA (or 0xAD54AA) is known color: Violet Blue. HEX triplet: AD, 54 and AA. RGB value is (173,84,170). Sum of RGB (Red+Green+Blue) = 173+84+170=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54AA is #52AB55. Grayscale: #787878. Windows color (decimal): -5417814 or 11162797. OLE color: 11162797.
HSL color Cylindrical-coordinate representation of color #AD54AA: hue angle of 302.02º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD54AA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 170 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.32 |
| HSL | 302.02º | 0.35% | 0.5% | - |
| HSV(B) | 302.02º | 0.51% | 0.68% | - |
| XYZ | 27.66 | 18.13 | 40.07 | - |
| YUV | 120.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 170 | 0 | 0.51 | 0.02 | 0.32 | 302.02 | 0.35 | 0.5 |
| Hex | AD | 54 | AA | 0 | 33 | 2 | 20 | 12E | 23 | 32 |
| Octal | 255 | 124 | 252 | 0 | 63 | 2 | 40 | 456 | 43 | 62 |
| Binary | 10101101 | 1010100 | 10101010 | 0 | 110011 | 10 | 100000 | 100101110 | 100011 | 110010 |
Color Harmonies of #AD54AA
Complementary color
Monochromatic Colors of #AD54AA
Black with #AD54AA
Text Example
Text Example
White with #AD54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54AA; }
p { color: rgb(173,84,170); }
H1.HeaderClassName
{
color: #AD54AA;
}
.AnyTagClassName
{
color: #AD54AA;
}
</style>
background-color css
<style>
a { background-color: #AD54AA; }
a { background-color: rgb(173,84,170); }
div.DivClassName
{
background-color: #AD54AA;
}
.BgClassName
{
background-color: #AD54AA;
}
</style>
border-color css
<style>
span { border-color: #AD54AA; }
span { border-color: rgb(173,84,170); }
td.TdClassName
{
border-color: #AD54AA;
}
.TagClassName
{
border-color: #AD54AA;
}
</style>