Shades of Medium Violet Red #AD138F
Tints of Medium Violet Red #AD138F
RGB
CMYK
RGB Variations
Color information
#AD138F (or 0xAD138F) is known color: Medium Violet Red. HEX triplet: AD, 13 and 8F. RGB value is (173,19,143). Sum of RGB (Red+Green+Blue) = 173+19+143=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD138F is #52EC70. Grayscale: #4E4E4E. Windows color (decimal): -5434481 or 9376685. OLE color: 9376685.
HSL color Cylindrical-coordinate representation of color #AD138F: hue angle of 311.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD138F is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 143 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.32 |
| HSL | 311.69º | 0.8% | 0.38% | - |
| HSV(B) | 311.69º | 0.89% | 0.68% | - |
| XYZ | 22.42 | 11.33 | 26.99 | - |
| YUV | 79.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 143 | 0 | 0.89 | 0.17 | 0.32 | 311.69 | 0.8 | 0.38 |
| Hex | AD | 13 | 8F | 0 | 59 | 11 | 20 | 138 | 50 | 26 |
| Octal | 255 | 23 | 217 | 0 | 131 | 21 | 40 | 470 | 120 | 46 |
| Binary | 10101101 | 10011 | 10001111 | 0 | 1011001 | 10001 | 100000 | 100111000 | 1010000 | 100110 |
Color Harmonies of #AD138F
Complementary color
Monochromatic Colors of #AD138F
Black with #AD138F
Text Example
Text Example
White with #AD138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD138F; }
p { color: rgb(173,19,143); }
H1.HeaderClassName
{
color: #AD138F;
}
.AnyTagClassName
{
color: #AD138F;
}
</style>
background-color css
<style>
a { background-color: #AD138F; }
a { background-color: rgb(173,19,143); }
div.DivClassName
{
background-color: #AD138F;
}
.BgClassName
{
background-color: #AD138F;
}
</style>
border-color css
<style>
span { border-color: #AD138F; }
span { border-color: rgb(173,19,143); }
td.TdClassName
{
border-color: #AD138F;
}
.TagClassName
{
border-color: #AD138F;
}
</style>