Shades of Violet Blue #AD73B3
Tints of Violet Blue #AD73B3
RGB
CMYK
RGB Variations
Color information
#AD73B3 (or 0xAD73B3) is known color: Violet Blue. HEX triplet: AD, 73 and B3. RGB value is (173,115,179). Sum of RGB (Red+Green+Blue) = 173+115+179=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD73B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73B3 is #528C4C. Grayscale: #8B8B8B. Windows color (decimal): -5409869 or 11760557. OLE color: 11760557.
HSL color Cylindrical-coordinate representation of color #AD73B3: hue angle of 294.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD73B3 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 115 | 179 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.30 |
| HSL | 294.38º | 0.3% | 0.58% | - |
| HSV(B) | 294.38º | 0.36% | 0.7% | - |
| XYZ | 31.5 | 24.4 | 45.7 | - |
| YUV | 139.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 179 | 0.03 | 0.36 | 0 | 0.30 | 294.38 | 0.3 | 0.58 |
| Hex | AD | 73 | B3 | 3 | 24 | 0 | 1E | 126 | 1E | 3A |
| Octal | 255 | 163 | 263 | 3 | 44 | 0 | 36 | 446 | 36 | 72 |
| Binary | 10101101 | 1110011 | 10110011 | 11 | 100100 | 0 | 11110 | 100100110 | 11110 | 111010 |
Color Harmonies of #AD73B3
Complementary color
Monochromatic Colors of #AD73B3
Black with #AD73B3
Text Example
Text Example
White with #AD73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73B3; }
p { color: rgb(173,115,179); }
H1.HeaderClassName
{
color: #AD73B3;
}
.AnyTagClassName
{
color: #AD73B3;
}
</style>
background-color css
<style>
a { background-color: #AD73B3; }
a { background-color: rgb(173,115,179); }
div.DivClassName
{
background-color: #AD73B3;
}
.BgClassName
{
background-color: #AD73B3;
}
</style>
border-color css
<style>
span { border-color: #AD73B3; }
span { border-color: rgb(173,115,179); }
td.TdClassName
{
border-color: #AD73B3;
}
.TagClassName
{
border-color: #AD73B3;
}
</style>