Shades of Medium Violet Red #AD1878
Tints of Medium Violet Red #AD1878
RGB
CMYK
RGB Variations
Color information
#AD1878 (or 0xAD1878) is known color: Medium Violet Red. HEX triplet: AD, 18 and 78. RGB value is (173,24,120). Sum of RGB (Red+Green+Blue) = 173+24+120=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1878 is #52E787. Grayscale: #4F4F4F. Windows color (decimal): -5433224 or 7870637. OLE color: 7870637.
HSL color Cylindrical-coordinate representation of color #AD1878: hue angle of 321.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1878 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 120 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.32 |
| HSL | 321.34º | 0.76% | 0.39% | - |
| HSV(B) | 321.34º | 0.86% | 0.68% | - |
| XYZ | 20.95 | 10.89 | 18.77 | - |
| YUV | 79.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 120 | 0 | 0.86 | 0.31 | 0.32 | 321.34 | 0.76 | 0.39 |
| Hex | AD | 18 | 78 | 0 | 56 | 1F | 20 | 141 | 4C | 27 |
| Octal | 255 | 30 | 170 | 0 | 126 | 37 | 40 | 501 | 114 | 47 |
| Binary | 10101101 | 11000 | 1111000 | 0 | 1010110 | 11111 | 100000 | 101000001 | 1001100 | 100111 |
Color Harmonies of #AD1878
Complementary color
Monochromatic Colors of #AD1878
Black with #AD1878
Text Example
Text Example
White with #AD1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1878; }
p { color: rgb(173,24,120); }
H1.HeaderClassName
{
color: #AD1878;
}
.AnyTagClassName
{
color: #AD1878;
}
</style>
background-color css
<style>
a { background-color: #AD1878; }
a { background-color: rgb(173,24,120); }
div.DivClassName
{
background-color: #AD1878;
}
.BgClassName
{
background-color: #AD1878;
}
</style>
border-color css
<style>
span { border-color: #AD1878; }
span { border-color: rgb(173,24,120); }
td.TdClassName
{
border-color: #AD1878;
}
.TagClassName
{
border-color: #AD1878;
}
</style>