Shades of Violet Blue #AD4998
Tints of Violet Blue #AD4998
RGB
CMYK
RGB Variations
Color information
#AD4998 (or 0xAD4998) is known color: Violet Blue. HEX triplet: AD, 49 and 98. RGB value is (173,73,152). Sum of RGB (Red+Green+Blue) = 173+73+152=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4998 is #52B667. Grayscale: #6F6F6F. Windows color (decimal): -5420648 or 9980333. OLE color: 9980333.
HSL color Cylindrical-coordinate representation of color #AD4998: hue angle of 312.6º 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 #AD4998 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 152 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.32 |
| HSL | 312.6º | 0.41% | 0.48% | - |
| HSV(B) | 312.6º | 0.58% | 0.68% | - |
| XYZ | 25.28 | 15.92 | 31.45 | - |
| YUV | 111.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 152 | 0 | 0.58 | 0.12 | 0.32 | 312.6 | 0.41 | 0.48 |
| Hex | AD | 49 | 98 | 0 | 3A | C | 20 | 139 | 29 | 30 |
| Octal | 255 | 111 | 230 | 0 | 72 | 14 | 40 | 471 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10011000 | 0 | 111010 | 1100 | 100000 | 100111001 | 101001 | 110000 |
Color Harmonies of #AD4998
Complementary color
Monochromatic Colors of #AD4998
Black with #AD4998
Text Example
Text Example
White with #AD4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4998; }
p { color: rgb(173,73,152); }
H1.HeaderClassName
{
color: #AD4998;
}
.AnyTagClassName
{
color: #AD4998;
}
</style>
background-color css
<style>
a { background-color: #AD4998; }
a { background-color: rgb(173,73,152); }
div.DivClassName
{
background-color: #AD4998;
}
.BgClassName
{
background-color: #AD4998;
}
</style>
border-color css
<style>
span { border-color: #AD4998; }
span { border-color: rgb(173,73,152); }
td.TdClassName
{
border-color: #AD4998;
}
.TagClassName
{
border-color: #AD4998;
}
</style>