Shades of Medium Violet Red #AD038B
Tints of Medium Violet Red #AD038B
RGB
CMYK
RGB Variations
Color information
#AD038B (or 0xAD038B) is known color: Medium Violet Red. HEX triplet: AD, 03 and 8B. RGB value is (173,3,139). Sum of RGB (Red+Green+Blue) = 173+3+139=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD038B is #52FC74. Grayscale: #444444. Windows color (decimal): -5438581 or 9110445. OLE color: 9110445.
HSL color Cylindrical-coordinate representation of color #AD038B: hue angle of 312º degrees, saturation: 0.97, 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 #AD038B is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.32 |
| HSL | 312º | 0.97% | 0.35% | - |
| HSV(B) | 312º | 0.98% | 0.68% | - |
| XYZ | 21.93 | 10.81 | 25.36 | - |
| YUV | 69.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 139 | 0 | 0.98 | 0.20 | 0.32 | 312 | 0.97 | 0.35 |
| Hex | AD | 3 | 8B | 0 | 62 | 14 | 20 | 138 | 61 | 23 |
| Octal | 255 | 3 | 213 | 0 | 142 | 24 | 40 | 470 | 141 | 43 |
| Binary | 10101101 | 11 | 10001011 | 0 | 1100010 | 10100 | 100000 | 100111000 | 1100001 | 100011 |
Color Harmonies of #AD038B
Complementary color
Monochromatic Colors of #AD038B
Black with #AD038B
Text Example
Text Example
White with #AD038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD038B; }
p { color: rgb(173,3,139); }
H1.HeaderClassName
{
color: #AD038B;
}
.AnyTagClassName
{
color: #AD038B;
}
</style>
background-color css
<style>
a { background-color: #AD038B; }
a { background-color: rgb(173,3,139); }
div.DivClassName
{
background-color: #AD038B;
}
.BgClassName
{
background-color: #AD038B;
}
</style>
border-color css
<style>
span { border-color: #AD038B; }
span { border-color: rgb(173,3,139); }
td.TdClassName
{
border-color: #AD038B;
}
.TagClassName
{
border-color: #AD038B;
}
</style>