Shades of Violet Blue #AD76B2
Tints of Violet Blue #AD76B2
RGB
CMYK
RGB Variations
Color information
#AD76B2 (or 0xAD76B2) is known color: Violet Blue. HEX triplet: AD, 76 and B2. RGB value is (173,118,178). Sum of RGB (Red+Green+Blue) = 173+118+178=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD76B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD76B2 is #52894D. Grayscale: #8D8D8D. Windows color (decimal): -5409102 or 11695789. OLE color: 11695789.
HSL color Cylindrical-coordinate representation of color #AD76B2: hue angle of 295º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD76B2 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 118 | 178 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.30 |
| HSL | 295º | 0.28% | 0.58% | - |
| HSV(B) | 295º | 0.34% | 0.7% | - |
| XYZ | 31.75 | 25.06 | 45.28 | - |
| YUV | 141.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 178 | 0.03 | 0.34 | 0 | 0.30 | 295 | 0.28 | 0.58 |
| Hex | AD | 76 | B2 | 3 | 22 | 0 | 1E | 127 | 1C | 3A |
| Octal | 255 | 166 | 262 | 3 | 42 | 0 | 36 | 447 | 34 | 72 |
| Binary | 10101101 | 1110110 | 10110010 | 11 | 100010 | 0 | 11110 | 100100111 | 11100 | 111010 |
Color Harmonies of #AD76B2
Complementary color
Monochromatic Colors of #AD76B2
Black with #AD76B2
Text Example
Text Example
White with #AD76B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76B2; }
p { color: rgb(173,118,178); }
H1.HeaderClassName
{
color: #AD76B2;
}
.AnyTagClassName
{
color: #AD76B2;
}
</style>
background-color css
<style>
a { background-color: #AD76B2; }
a { background-color: rgb(173,118,178); }
div.DivClassName
{
background-color: #AD76B2;
}
.BgClassName
{
background-color: #AD76B2;
}
</style>
border-color css
<style>
span { border-color: #AD76B2; }
span { border-color: rgb(173,118,178); }
td.TdClassName
{
border-color: #AD76B2;
}
.TagClassName
{
border-color: #AD76B2;
}
</style>