Shades of Violet Blue #AD73AF
Tints of Violet Blue #AD73AF
RGB
CMYK
RGB Variations
Color information
#AD73AF (or 0xAD73AF) is known color: Violet Blue. HEX triplet: AD, 73 and AF. RGB value is (173,115,175). Sum of RGB (Red+Green+Blue) = 173+115+175=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD73AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD73AF is #528C50. Grayscale: #8B8B8B. Windows color (decimal): -5409873 or 11498413. OLE color: 11498413.
HSL color Cylindrical-coordinate representation of color #AD73AF: hue angle of 298º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD73AF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 115 | 175 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.31 |
| HSL | 298º | 0.27% | 0.57% | - |
| HSV(B) | 298º | 0.34% | 0.69% | - |
| XYZ | 31.1 | 24.24 | 43.6 | - |
| YUV | 139.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 175 | 0.01 | 0.34 | 0 | 0.31 | 298 | 0.27 | 0.57 |
| Hex | AD | 73 | AF | 1 | 22 | 0 | 1F | 12A | 1B | 39 |
| Octal | 255 | 163 | 257 | 1 | 42 | 0 | 37 | 452 | 33 | 71 |
| Binary | 10101101 | 1110011 | 10101111 | 1 | 100010 | 0 | 11111 | 100101010 | 11011 | 111001 |
Color Harmonies of #AD73AF
Complementary color
Monochromatic Colors of #AD73AF
Black with #AD73AF
Text Example
Text Example
White with #AD73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73AF; }
p { color: rgb(173,115,175); }
H1.HeaderClassName
{
color: #AD73AF;
}
.AnyTagClassName
{
color: #AD73AF;
}
</style>
background-color css
<style>
a { background-color: #AD73AF; }
a { background-color: rgb(173,115,175); }
div.DivClassName
{
background-color: #AD73AF;
}
.BgClassName
{
background-color: #AD73AF;
}
</style>
border-color css
<style>
span { border-color: #AD73AF; }
span { border-color: rgb(173,115,175); }
td.TdClassName
{
border-color: #AD73AF;
}
.TagClassName
{
border-color: #AD73AF;
}
</style>