Shades of Violet Blue #AD71AA
Tints of Violet Blue #AD71AA
RGB
CMYK
RGB Variations
Color information
#AD71AA (or 0xAD71AA) is known color: Violet Blue. HEX triplet: AD, 71 and AA. RGB value is (173,113,170). Sum of RGB (Red+Green+Blue) = 173+113+170=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD71AA is #528E55. Grayscale: #898989. Windows color (decimal): -5410390 or 11170221. OLE color: 11170221.
HSL color Cylindrical-coordinate representation of color #AD71AA: hue angle of 303º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD71AA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 170 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.32 |
| HSL | 303º | 0.27% | 0.56% | - |
| HSV(B) | 303º | 0.35% | 0.68% | - |
| XYZ | 30.39 | 23.6 | 40.98 | - |
| YUV | 137.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 170 | 0 | 0.35 | 0.02 | 0.32 | 303 | 0.27 | 0.56 |
| Hex | AD | 71 | AA | 0 | 23 | 2 | 20 | 12F | 1B | 38 |
| Octal | 255 | 161 | 252 | 0 | 43 | 2 | 40 | 457 | 33 | 70 |
| Binary | 10101101 | 1110001 | 10101010 | 0 | 100011 | 10 | 100000 | 100101111 | 11011 | 111000 |
Color Harmonies of #AD71AA
Complementary color
Monochromatic Colors of #AD71AA
Black with #AD71AA
Text Example
Text Example
White with #AD71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71AA; }
p { color: rgb(173,113,170); }
H1.HeaderClassName
{
color: #AD71AA;
}
.AnyTagClassName
{
color: #AD71AA;
}
</style>
background-color css
<style>
a { background-color: #AD71AA; }
a { background-color: rgb(173,113,170); }
div.DivClassName
{
background-color: #AD71AA;
}
.BgClassName
{
background-color: #AD71AA;
}
</style>
border-color css
<style>
span { border-color: #AD71AA; }
span { border-color: rgb(173,113,170); }
td.TdClassName
{
border-color: #AD71AA;
}
.TagClassName
{
border-color: #AD71AA;
}
</style>