Shades of Medium Violet Red #AD148A
Tints of Medium Violet Red #AD148A
RGB
CMYK
RGB Variations
Color information
#AD148A (or 0xAD148A) is known color: Medium Violet Red. HEX triplet: AD, 14 and 8A. RGB value is (173,20,138). Sum of RGB (Red+Green+Blue) = 173+20+138=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD148A is #52EB75. Grayscale: #4E4E4E. Windows color (decimal): -5434230 or 9049261. OLE color: 9049261.
HSL color Cylindrical-coordinate representation of color #AD148A: hue angle of 313.73º 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 #AD148A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 138 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.32 |
| HSL | 313.73º | 0.79% | 0.38% | - |
| HSV(B) | 313.73º | 0.88% | 0.68% | - |
| XYZ | 22.07 | 11.22 | 25.05 | - |
| YUV | 79.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 138 | 0 | 0.88 | 0.20 | 0.32 | 313.73 | 0.79 | 0.38 |
| Hex | AD | 14 | 8A | 0 | 58 | 14 | 20 | 13A | 4F | 26 |
| Octal | 255 | 24 | 212 | 0 | 130 | 24 | 40 | 472 | 117 | 46 |
| Binary | 10101101 | 10100 | 10001010 | 0 | 1011000 | 10100 | 100000 | 100111010 | 1001111 | 100110 |
Color Harmonies of #AD148A
Complementary color
Monochromatic Colors of #AD148A
Black with #AD148A
Text Example
Text Example
White with #AD148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD148A; }
p { color: rgb(173,20,138); }
H1.HeaderClassName
{
color: #AD148A;
}
.AnyTagClassName
{
color: #AD148A;
}
</style>
background-color css
<style>
a { background-color: #AD148A; }
a { background-color: rgb(173,20,138); }
div.DivClassName
{
background-color: #AD148A;
}
.BgClassName
{
background-color: #AD148A;
}
</style>
border-color css
<style>
span { border-color: #AD148A; }
span { border-color: rgb(173,20,138); }
td.TdClassName
{
border-color: #AD148A;
}
.TagClassName
{
border-color: #AD148A;
}
</style>