Shades of Violet Blue #AD71AB
Tints of Violet Blue #AD71AB
RGB
CMYK
RGB Variations
Color information
#AD71AB (or 0xAD71AB) is known color: Violet Blue. HEX triplet: AD, 71 and AB. RGB value is (173,113,171). Sum of RGB (Red+Green+Blue) = 173+113+171=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD71AB is #528E54. Grayscale: #898989. Windows color (decimal): -5410389 or 11235757. OLE color: 11235757.
HSL color Cylindrical-coordinate representation of color #AD71AB: hue angle of 302º 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 #AD71AB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 171 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.32 |
| HSL | 302º | 0.27% | 0.56% | - |
| HSV(B) | 302º | 0.35% | 0.68% | - |
| XYZ | 30.49 | 23.63 | 41.48 | - |
| YUV | 137.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 171 | 0 | 0.35 | 0.01 | 0.32 | 302 | 0.27 | 0.56 |
| Hex | AD | 71 | AB | 0 | 23 | 1 | 20 | 12E | 1B | 38 |
| Octal | 255 | 161 | 253 | 0 | 43 | 1 | 40 | 456 | 33 | 70 |
| Binary | 10101101 | 1110001 | 10101011 | 0 | 100011 | 1 | 100000 | 100101110 | 11011 | 111000 |
Color Harmonies of #AD71AB
Complementary color
Monochromatic Colors of #AD71AB
Black with #AD71AB
Text Example
Text Example
White with #AD71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71AB; }
p { color: rgb(173,113,171); }
H1.HeaderClassName
{
color: #AD71AB;
}
.AnyTagClassName
{
color: #AD71AB;
}
</style>
background-color css
<style>
a { background-color: #AD71AB; }
a { background-color: rgb(173,113,171); }
div.DivClassName
{
background-color: #AD71AB;
}
.BgClassName
{
background-color: #AD71AB;
}
</style>
border-color css
<style>
span { border-color: #AD71AB; }
span { border-color: rgb(173,113,171); }
td.TdClassName
{
border-color: #AD71AB;
}
.TagClassName
{
border-color: #AD71AB;
}
</style>