Shades of Medium Violet Red #AD048E
Tints of Medium Violet Red #AD048E
RGB
CMYK
RGB Variations
Color information
#AD048E (or 0xAD048E) is known color: Medium Violet Red. HEX triplet: AD, 04 and 8E. RGB value is (173,4,142). Sum of RGB (Red+Green+Blue) = 173+4+142=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD048E is #52FB71. Grayscale: #454545. Windows color (decimal): -5438322 or 9307309. OLE color: 9307309.
HSL color Cylindrical-coordinate representation of color #AD048E: hue angle of 311.01º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD048E is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.32 |
| HSL | 311.01º | 0.95% | 0.35% | - |
| HSV(B) | 311.01º | 0.98% | 0.68% | - |
| XYZ | 22.16 | 10.92 | 26.53 | - |
| YUV | 70.26 | 168.49 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 142 | 0 | 0.98 | 0.18 | 0.32 | 311.01 | 0.95 | 0.35 |
| Hex | AD | 4 | 8E | 0 | 62 | 12 | 20 | 137 | 5F | 23 |
| Octal | 255 | 4 | 216 | 0 | 142 | 22 | 40 | 467 | 137 | 43 |
| Binary | 10101101 | 100 | 10001110 | 0 | 1100010 | 10010 | 100000 | 100110111 | 1011111 | 100011 |
Color Harmonies of #AD048E
Complementary color
Monochromatic Colors of #AD048E
Black with #AD048E
Text Example
Text Example
White with #AD048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD048E; }
p { color: rgb(173,4,142); }
H1.HeaderClassName
{
color: #AD048E;
}
.AnyTagClassName
{
color: #AD048E;
}
</style>
background-color css
<style>
a { background-color: #AD048E; }
a { background-color: rgb(173,4,142); }
div.DivClassName
{
background-color: #AD048E;
}
.BgClassName
{
background-color: #AD048E;
}
</style>
border-color css
<style>
span { border-color: #AD048E; }
span { border-color: rgb(173,4,142); }
td.TdClassName
{
border-color: #AD048E;
}
.TagClassName
{
border-color: #AD048E;
}
</style>