Shades of Medium Violet Red #AD1C99
Tints of Medium Violet Red #AD1C99
RGB
CMYK
RGB Variations
Color information
#AD1C99 (or 0xAD1C99) is known color: Medium Violet Red. HEX triplet: AD, 1C and 99. RGB value is (173,28,153). Sum of RGB (Red+Green+Blue) = 173+28+153=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1C99 is #52E366. Grayscale: #555555. Windows color (decimal): -5432167 or 10034349. OLE color: 10034349.
HSL color Cylindrical-coordinate representation of color #AD1C99: hue angle of 308.28º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C99 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 153 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.32 |
| HSL | 308.28º | 0.72% | 0.39% | - |
| HSV(B) | 308.28º | 0.84% | 0.68% | - |
| XYZ | 23.4 | 12.01 | 31.22 | - |
| YUV | 85.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 153 | 0 | 0.84 | 0.12 | 0.32 | 308.28 | 0.72 | 0.39 |
| Hex | AD | 1C | 99 | 0 | 54 | C | 20 | 134 | 48 | 27 |
| Octal | 255 | 34 | 231 | 0 | 124 | 14 | 40 | 464 | 110 | 47 |
| Binary | 10101101 | 11100 | 10011001 | 0 | 1010100 | 1100 | 100000 | 100110100 | 1001000 | 100111 |
Color Harmonies of #AD1C99
Complementary color
Monochromatic Colors of #AD1C99
Black with #AD1C99
Text Example
Text Example
White with #AD1C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C99; }
p { color: rgb(173,28,153); }
H1.HeaderClassName
{
color: #AD1C99;
}
.AnyTagClassName
{
color: #AD1C99;
}
</style>
background-color css
<style>
a { background-color: #AD1C99; }
a { background-color: rgb(173,28,153); }
div.DivClassName
{
background-color: #AD1C99;
}
.BgClassName
{
background-color: #AD1C99;
}
</style>
border-color css
<style>
span { border-color: #AD1C99; }
span { border-color: rgb(173,28,153); }
td.TdClassName
{
border-color: #AD1C99;
}
.TagClassName
{
border-color: #AD1C99;
}
</style>