Shades of Violet Blue #AD70B5
Tints of Violet Blue #AD70B5
RGB
CMYK
RGB Variations
Color information
#AD70B5 (or 0xAD70B5) is known color: Violet Blue. HEX triplet: AD, 70 and B5. RGB value is (173,112,181). Sum of RGB (Red+Green+Blue) = 173+112+181=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD70B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70B5 is #528F4A. Grayscale: #898989. Windows color (decimal): -5410635 or 11890861. OLE color: 11890861.
HSL color Cylindrical-coordinate representation of color #AD70B5: hue angle of 293.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD70B5 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 112 | 181 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.29 |
| HSL | 293.04º | 0.32% | 0.57% | - |
| HSV(B) | 293.04º | 0.38% | 0.71% | - |
| XYZ | 31.37 | 23.81 | 46.66 | - |
| YUV | 138.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 181 | 0.04 | 0.38 | 0 | 0.29 | 293.04 | 0.32 | 0.57 |
| Hex | AD | 70 | B5 | 4 | 26 | 0 | 1D | 125 | 20 | 39 |
| Octal | 255 | 160 | 265 | 4 | 46 | 0 | 35 | 445 | 40 | 71 |
| Binary | 10101101 | 1110000 | 10110101 | 100 | 100110 | 0 | 11101 | 100100101 | 100000 | 111001 |
Color Harmonies of #AD70B5
Complementary color
Monochromatic Colors of #AD70B5
Black with #AD70B5
Text Example
Text Example
White with #AD70B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70B5; }
p { color: rgb(173,112,181); }
H1.HeaderClassName
{
color: #AD70B5;
}
.AnyTagClassName
{
color: #AD70B5;
}
</style>
background-color css
<style>
a { background-color: #AD70B5; }
a { background-color: rgb(173,112,181); }
div.DivClassName
{
background-color: #AD70B5;
}
.BgClassName
{
background-color: #AD70B5;
}
</style>
border-color css
<style>
span { border-color: #AD70B5; }
span { border-color: rgb(173,112,181); }
td.TdClassName
{
border-color: #AD70B5;
}
.TagClassName
{
border-color: #AD70B5;
}
</style>