Shades of Medium Violet Red #AD1484
Tints of Medium Violet Red #AD1484
RGB
CMYK
RGB Variations
Color information
#AD1484 (or 0xAD1484) is known color: Medium Violet Red. HEX triplet: AD, 14 and 84. RGB value is (173,20,132). Sum of RGB (Red+Green+Blue) = 173+20+132=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1484 is #52EB7B. Grayscale: #4E4E4E. Windows color (decimal): -5434236 or 8656045. OLE color: 8656045.
HSL color Cylindrical-coordinate representation of color #AD1484: hue angle of 316.08º 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 #AD1484 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 132 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.32 |
| HSL | 316.08º | 0.79% | 0.38% | - |
| HSV(B) | 316.08º | 0.88% | 0.68% | - |
| XYZ | 21.65 | 11.05 | 22.82 | - |
| YUV | 78.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 132 | 0 | 0.88 | 0.24 | 0.32 | 316.08 | 0.79 | 0.38 |
| Hex | AD | 14 | 84 | 0 | 58 | 18 | 20 | 13C | 4F | 26 |
| Octal | 255 | 24 | 204 | 0 | 130 | 30 | 40 | 474 | 117 | 46 |
| Binary | 10101101 | 10100 | 10000100 | 0 | 1011000 | 11000 | 100000 | 100111100 | 1001111 | 100110 |
Color Harmonies of #AD1484
Complementary color
Monochromatic Colors of #AD1484
Black with #AD1484
Text Example
Text Example
White with #AD1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1484; }
p { color: rgb(173,20,132); }
H1.HeaderClassName
{
color: #AD1484;
}
.AnyTagClassName
{
color: #AD1484;
}
</style>
background-color css
<style>
a { background-color: #AD1484; }
a { background-color: rgb(173,20,132); }
div.DivClassName
{
background-color: #AD1484;
}
.BgClassName
{
background-color: #AD1484;
}
</style>
border-color css
<style>
span { border-color: #AD1484; }
span { border-color: rgb(173,20,132); }
td.TdClassName
{
border-color: #AD1484;
}
.TagClassName
{
border-color: #AD1484;
}
</style>