Shades of Medium Violet Red #AD048B
Tints of Medium Violet Red #AD048B
RGB
CMYK
RGB Variations
Color information
#AD048B (or 0xAD048B) is known color: Medium Violet Red. HEX triplet: AD, 04 and 8B. RGB value is (173,4,139). Sum of RGB (Red+Green+Blue) = 173+4+139=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD048B is #52FB74. Grayscale: #454545. Windows color (decimal): -5438325 or 9110701. OLE color: 9110701.
HSL color Cylindrical-coordinate representation of color #AD048B: hue angle of 312.07º 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 #AD048B is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.32 |
| HSL | 312.07º | 0.95% | 0.35% | - |
| HSV(B) | 312.07º | 0.98% | 0.68% | - |
| XYZ | 21.94 | 10.84 | 25.36 | - |
| YUV | 69.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 139 | 0 | 0.98 | 0.20 | 0.32 | 312.07 | 0.95 | 0.35 |
| Hex | AD | 4 | 8B | 0 | 62 | 14 | 20 | 138 | 5F | 23 |
| Octal | 255 | 4 | 213 | 0 | 142 | 24 | 40 | 470 | 137 | 43 |
| Binary | 10101101 | 100 | 10001011 | 0 | 1100010 | 10100 | 100000 | 100111000 | 1011111 | 100011 |
Color Harmonies of #AD048B
Complementary color
Monochromatic Colors of #AD048B
Black with #AD048B
Text Example
Text Example
White with #AD048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD048B; }
p { color: rgb(173,4,139); }
H1.HeaderClassName
{
color: #AD048B;
}
.AnyTagClassName
{
color: #AD048B;
}
</style>
background-color css
<style>
a { background-color: #AD048B; }
a { background-color: rgb(173,4,139); }
div.DivClassName
{
background-color: #AD048B;
}
.BgClassName
{
background-color: #AD048B;
}
</style>
border-color css
<style>
span { border-color: #AD048B; }
span { border-color: rgb(173,4,139); }
td.TdClassName
{
border-color: #AD048B;
}
.TagClassName
{
border-color: #AD048B;
}
</style>