Shades of Medium Violet Red #AD1399
Tints of Medium Violet Red #AD1399
RGB
CMYK
RGB Variations
Color information
#AD1399 (or 0xAD1399) is known color: Medium Violet Red. HEX triplet: AD, 13 and 99. RGB value is (173,19,153). Sum of RGB (Red+Green+Blue) = 173+19+153=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1399 is #52EC66. Grayscale: #4F4F4F. Windows color (decimal): -5434471 or 10032045. OLE color: 10032045.
HSL color Cylindrical-coordinate representation of color #AD1399: hue angle of 307.79º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1399 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 153 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.32 |
| HSL | 307.79º | 0.8% | 0.38% | - |
| HSV(B) | 307.79º | 0.89% | 0.68% | - |
| XYZ | 23.22 | 11.65 | 31.16 | - |
| YUV | 80.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 153 | 0 | 0.89 | 0.12 | 0.32 | 307.79 | 0.8 | 0.38 |
| Hex | AD | 13 | 99 | 0 | 59 | C | 20 | 134 | 50 | 26 |
| Octal | 255 | 23 | 231 | 0 | 131 | 14 | 40 | 464 | 120 | 46 |
| Binary | 10101101 | 10011 | 10011001 | 0 | 1011001 | 1100 | 100000 | 100110100 | 1010000 | 100110 |
Color Harmonies of #AD1399
Complementary color
Monochromatic Colors of #AD1399
Black with #AD1399
Text Example
Text Example
White with #AD1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1399; }
p { color: rgb(173,19,153); }
H1.HeaderClassName
{
color: #AD1399;
}
.AnyTagClassName
{
color: #AD1399;
}
</style>
background-color css
<style>
a { background-color: #AD1399; }
a { background-color: rgb(173,19,153); }
div.DivClassName
{
background-color: #AD1399;
}
.BgClassName
{
background-color: #AD1399;
}
</style>
border-color css
<style>
span { border-color: #AD1399; }
span { border-color: rgb(173,19,153); }
td.TdClassName
{
border-color: #AD1399;
}
.TagClassName
{
border-color: #AD1399;
}
</style>