Shades of Medium Violet Red #AD148B
Tints of Medium Violet Red #AD148B
RGB
CMYK
RGB Variations
Color information
#AD148B (or 0xAD148B) is known color: Medium Violet Red. HEX triplet: AD, 14 and 8B. RGB value is (173,20,139). Sum of RGB (Red+Green+Blue) = 173+20+139=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD148B is #52EB74. Grayscale: #4E4E4E. Windows color (decimal): -5434229 or 9114797. OLE color: 9114797.
HSL color Cylindrical-coordinate representation of color #AD148B: hue angle of 313.33º 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 #AD148B is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 139 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.32 |
| HSL | 313.33º | 0.79% | 0.38% | - |
| HSV(B) | 313.33º | 0.88% | 0.68% | - |
| XYZ | 22.14 | 11.25 | 25.43 | - |
| YUV | 79.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 139 | 0 | 0.88 | 0.20 | 0.32 | 313.33 | 0.79 | 0.38 |
| Hex | AD | 14 | 8B | 0 | 58 | 14 | 20 | 139 | 4F | 26 |
| Octal | 255 | 24 | 213 | 0 | 130 | 24 | 40 | 471 | 117 | 46 |
| Binary | 10101101 | 10100 | 10001011 | 0 | 1011000 | 10100 | 100000 | 100111001 | 1001111 | 100110 |
Color Harmonies of #AD148B
Complementary color
Monochromatic Colors of #AD148B
Black with #AD148B
Text Example
Text Example
White with #AD148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD148B; }
p { color: rgb(173,20,139); }
H1.HeaderClassName
{
color: #AD148B;
}
.AnyTagClassName
{
color: #AD148B;
}
</style>
background-color css
<style>
a { background-color: #AD148B; }
a { background-color: rgb(173,20,139); }
div.DivClassName
{
background-color: #AD148B;
}
.BgClassName
{
background-color: #AD148B;
}
</style>
border-color css
<style>
span { border-color: #AD148B; }
span { border-color: rgb(173,20,139); }
td.TdClassName
{
border-color: #AD148B;
}
.TagClassName
{
border-color: #AD148B;
}
</style>