Shades of Medium Violet Red #AD1498
Tints of Medium Violet Red #AD1498
RGB
CMYK
RGB Variations
Color information
#AD1498 (or 0xAD1498) is known color: Medium Violet Red. HEX triplet: AD, 14 and 98. RGB value is (173,20,152). Sum of RGB (Red+Green+Blue) = 173+20+152=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1498 is #52EB67. Grayscale: #505050. Windows color (decimal): -5434216 or 9966765. OLE color: 9966765.
HSL color Cylindrical-coordinate representation of color #AD1498: hue angle of 308.24º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1498 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 152 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.32 |
| HSL | 308.24º | 0.79% | 0.38% | - |
| HSV(B) | 308.24º | 0.88% | 0.68% | - |
| XYZ | 23.15 | 11.65 | 30.73 | - |
| YUV | 80.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 152 | 0 | 0.88 | 0.12 | 0.32 | 308.24 | 0.79 | 0.38 |
| Hex | AD | 14 | 98 | 0 | 58 | C | 20 | 134 | 4F | 26 |
| Octal | 255 | 24 | 230 | 0 | 130 | 14 | 40 | 464 | 117 | 46 |
| Binary | 10101101 | 10100 | 10011000 | 0 | 1011000 | 1100 | 100000 | 100110100 | 1001111 | 100110 |
Color Harmonies of #AD1498
Complementary color
Monochromatic Colors of #AD1498
Black with #AD1498
Text Example
Text Example
White with #AD1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1498; }
p { color: rgb(173,20,152); }
H1.HeaderClassName
{
color: #AD1498;
}
.AnyTagClassName
{
color: #AD1498;
}
</style>
background-color css
<style>
a { background-color: #AD1498; }
a { background-color: rgb(173,20,152); }
div.DivClassName
{
background-color: #AD1498;
}
.BgClassName
{
background-color: #AD1498;
}
</style>
border-color css
<style>
span { border-color: #AD1498; }
span { border-color: rgb(173,20,152); }
td.TdClassName
{
border-color: #AD1498;
}
.TagClassName
{
border-color: #AD1498;
}
</style>