Shades of Violet Blue #AD70B7
Tints of Violet Blue #AD70B7
RGB
CMYK
RGB Variations
Color information
#AD70B7 (or 0xAD70B7) is known color: Violet Blue. HEX triplet: AD, 70 and B7. RGB value is (173,112,183). Sum of RGB (Red+Green+Blue) = 173+112+183=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD70B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70B7 is #528F48. Grayscale: #8A8A8A. Windows color (decimal): -5410633 or 12021933. OLE color: 12021933.
HSL color Cylindrical-coordinate representation of color #AD70B7: hue angle of 291.55º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD70B7 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 112 | 183 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.28 |
| HSL | 291.55º | 0.33% | 0.58% | - |
| HSV(B) | 291.55º | 0.39% | 0.72% | - |
| XYZ | 31.58 | 23.89 | 47.75 | - |
| YUV | 138.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 183 | 0.05 | 0.39 | 0 | 0.28 | 291.55 | 0.33 | 0.58 |
| Hex | AD | 70 | B7 | 5 | 27 | 0 | 1C | 124 | 21 | 3A |
| Octal | 255 | 160 | 267 | 5 | 47 | 0 | 34 | 444 | 41 | 72 |
| Binary | 10101101 | 1110000 | 10110111 | 101 | 100111 | 0 | 11100 | 100100100 | 100001 | 111010 |
Color Harmonies of #AD70B7
Complementary color
Monochromatic Colors of #AD70B7
Black with #AD70B7
Text Example
Text Example
White with #AD70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70B7; }
p { color: rgb(173,112,183); }
H1.HeaderClassName
{
color: #AD70B7;
}
.AnyTagClassName
{
color: #AD70B7;
}
</style>
background-color css
<style>
a { background-color: #AD70B7; }
a { background-color: rgb(173,112,183); }
div.DivClassName
{
background-color: #AD70B7;
}
.BgClassName
{
background-color: #AD70B7;
}
</style>
border-color css
<style>
span { border-color: #AD70B7; }
span { border-color: rgb(173,112,183); }
td.TdClassName
{
border-color: #AD70B7;
}
.TagClassName
{
border-color: #AD70B7;
}
</style>