Shades of Violet Blue #AD45AA
Tints of Violet Blue #AD45AA
RGB
CMYK
RGB Variations
Color information
#AD45AA (or 0xAD45AA) is known color: Violet Blue. HEX triplet: AD, 45 and AA. RGB value is (173,69,170). Sum of RGB (Red+Green+Blue) = 173+69+170=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45AA is #52BA55. Grayscale: #6F6F6F. Windows color (decimal): -5421654 or 11158957. OLE color: 11158957.
HSL color Cylindrical-coordinate representation of color #AD45AA: hue angle of 301.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD45AA is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 170 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.32 |
| HSL | 301.73º | 0.43% | 0.47% | - |
| HSV(B) | 301.73º | 0.6% | 0.68% | - |
| XYZ | 26.62 | 16.04 | 39.72 | - |
| YUV | 111.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 170 | 0 | 0.60 | 0.02 | 0.32 | 301.73 | 0.43 | 0.47 |
| Hex | AD | 45 | AA | 0 | 3C | 2 | 20 | 12E | 2B | 2F |
| Octal | 255 | 105 | 252 | 0 | 74 | 2 | 40 | 456 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10101010 | 0 | 111100 | 10 | 100000 | 100101110 | 101011 | 101111 |
Color Harmonies of #AD45AA
Complementary color
Monochromatic Colors of #AD45AA
Black with #AD45AA
Text Example
Text Example
White with #AD45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45AA; }
p { color: rgb(173,69,170); }
H1.HeaderClassName
{
color: #AD45AA;
}
.AnyTagClassName
{
color: #AD45AA;
}
</style>
background-color css
<style>
a { background-color: #AD45AA; }
a { background-color: rgb(173,69,170); }
div.DivClassName
{
background-color: #AD45AA;
}
.BgClassName
{
background-color: #AD45AA;
}
</style>
border-color css
<style>
span { border-color: #AD45AA; }
span { border-color: rgb(173,69,170); }
td.TdClassName
{
border-color: #AD45AA;
}
.TagClassName
{
border-color: #AD45AA;
}
</style>