Shades of Violet Blue #AD4997
Tints of Violet Blue #AD4997
RGB
CMYK
RGB Variations
Color information
#AD4997 (or 0xAD4997) is known color: Violet Blue. HEX triplet: AD, 49 and 97. RGB value is (173,73,151). Sum of RGB (Red+Green+Blue) = 173+73+151=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4997 is #52B668. Grayscale: #6F6F6F. Windows color (decimal): -5420649 or 9914797. OLE color: 9914797.
HSL color Cylindrical-coordinate representation of color #AD4997: hue angle of 313.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4997 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 151 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.32 |
| HSL | 313.2º | 0.41% | 0.48% | - |
| HSV(B) | 313.2º | 0.58% | 0.68% | - |
| XYZ | 25.2 | 15.88 | 31.02 | - |
| YUV | 111.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 151 | 0 | 0.58 | 0.13 | 0.32 | 313.2 | 0.41 | 0.48 |
| Hex | AD | 49 | 97 | 0 | 3A | D | 20 | 139 | 29 | 30 |
| Octal | 255 | 111 | 227 | 0 | 72 | 15 | 40 | 471 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10010111 | 0 | 111010 | 1101 | 100000 | 100111001 | 101001 | 110000 |
Color Harmonies of #AD4997
Complementary color
Monochromatic Colors of #AD4997
Black with #AD4997
Text Example
Text Example
White with #AD4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4997; }
p { color: rgb(173,73,151); }
H1.HeaderClassName
{
color: #AD4997;
}
.AnyTagClassName
{
color: #AD4997;
}
</style>
background-color css
<style>
a { background-color: #AD4997; }
a { background-color: rgb(173,73,151); }
div.DivClassName
{
background-color: #AD4997;
}
.BgClassName
{
background-color: #AD4997;
}
</style>
border-color css
<style>
span { border-color: #AD4997; }
span { border-color: rgb(173,73,151); }
td.TdClassName
{
border-color: #AD4997;
}
.TagClassName
{
border-color: #AD4997;
}
</style>