Shades of Violet Blue #AD72AA
Tints of Violet Blue #AD72AA
RGB
CMYK
RGB Variations
Color information
#AD72AA (or 0xAD72AA) is known color: Violet Blue. HEX triplet: AD, 72 and AA. RGB value is (173,114,170). Sum of RGB (Red+Green+Blue) = 173+114+170=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD72AA is #528D55. Grayscale: #898989. Windows color (decimal): -5410134 or 11170477. OLE color: 11170477.
HSL color Cylindrical-coordinate representation of color #AD72AA: hue angle of 303.05º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD72AA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 170 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.32 |
| HSL | 303.05º | 0.26% | 0.56% | - |
| HSV(B) | 303.05º | 0.34% | 0.68% | - |
| XYZ | 30.51 | 23.82 | 41.02 | - |
| YUV | 138.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 170 | 0 | 0.34 | 0.02 | 0.32 | 303.05 | 0.26 | 0.56 |
| Hex | AD | 72 | AA | 0 | 22 | 2 | 20 | 12F | 1A | 38 |
| Octal | 255 | 162 | 252 | 0 | 42 | 2 | 40 | 457 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10101010 | 0 | 100010 | 10 | 100000 | 100101111 | 11010 | 111000 |
Color Harmonies of #AD72AA
Complementary color
Monochromatic Colors of #AD72AA
Black with #AD72AA
Text Example
Text Example
White with #AD72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72AA; }
p { color: rgb(173,114,170); }
H1.HeaderClassName
{
color: #AD72AA;
}
.AnyTagClassName
{
color: #AD72AA;
}
</style>
background-color css
<style>
a { background-color: #AD72AA; }
a { background-color: rgb(173,114,170); }
div.DivClassName
{
background-color: #AD72AA;
}
.BgClassName
{
background-color: #AD72AA;
}
</style>
border-color css
<style>
span { border-color: #AD72AA; }
span { border-color: rgb(173,114,170); }
td.TdClassName
{
border-color: #AD72AA;
}
.TagClassName
{
border-color: #AD72AA;
}
</style>