Shades of Violet Blue #AD73AC
Tints of Violet Blue #AD73AC
RGB
CMYK
RGB Variations
Color information
#AD73AC (or 0xAD73AC) is known color: Violet Blue. HEX triplet: AD, 73 and AC. RGB value is (173,115,172). Sum of RGB (Red+Green+Blue) = 173+115+172=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD73AC is #528C53. Grayscale: #8A8A8A. Windows color (decimal): -5409876 or 11301805. OLE color: 11301805.
HSL color Cylindrical-coordinate representation of color #AD73AC: hue angle of 301.03º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD73AC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 172 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.32 |
| HSL | 301.03º | 0.26% | 0.56% | - |
| HSV(B) | 301.03º | 0.34% | 0.68% | - |
| XYZ | 30.81 | 24.12 | 42.06 | - |
| YUV | 138.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 172 | 0 | 0.34 | 0.01 | 0.32 | 301.03 | 0.26 | 0.56 |
| Hex | AD | 73 | AC | 0 | 22 | 1 | 20 | 12D | 1A | 38 |
| Octal | 255 | 163 | 254 | 0 | 42 | 1 | 40 | 455 | 32 | 70 |
| Binary | 10101101 | 1110011 | 10101100 | 0 | 100010 | 1 | 100000 | 100101101 | 11010 | 111000 |
Color Harmonies of #AD73AC
Complementary color
Monochromatic Colors of #AD73AC
Black with #AD73AC
Text Example
Text Example
White with #AD73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73AC; }
p { color: rgb(173,115,172); }
H1.HeaderClassName
{
color: #AD73AC;
}
.AnyTagClassName
{
color: #AD73AC;
}
</style>
background-color css
<style>
a { background-color: #AD73AC; }
a { background-color: rgb(173,115,172); }
div.DivClassName
{
background-color: #AD73AC;
}
.BgClassName
{
background-color: #AD73AC;
}
</style>
border-color css
<style>
span { border-color: #AD73AC; }
span { border-color: rgb(173,115,172); }
td.TdClassName
{
border-color: #AD73AC;
}
.TagClassName
{
border-color: #AD73AC;
}
</style>