Shades of Medium Violet Red #AD008B
Tints of Medium Violet Red #AD008B
RGB
CMYK
RGB Variations
Color information
#AD008B (or 0xAD008B) is known color: Medium Violet Red. HEX triplet: AD, 00 and 8B. RGB value is (173,0,139). Sum of RGB (Red+Green+Blue) = 173+0+139=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD008B is #52FF74. Grayscale: #434343. Windows color (decimal): -5439349 or 9109677. OLE color: 9109677.
HSL color Cylindrical-coordinate representation of color #AD008B: hue angle of 311.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD008B is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.20 | 0.32 |
| HSL | 311.79º | 1% | 0.34% | - |
| HSV(B) | 311.79º | 1% | 0.68% | - |
| XYZ | 21.89 | 10.75 | 25.35 | - |
| YUV | 67.57 | 168.31 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 139 | 0 | 1 | 0.20 | 0.32 | 311.79 | 1 | 0.34 |
| Hex | AD | 0 | 8B | 0 | 64 | 14 | 20 | 138 | 64 | 22 |
| Octal | 255 | 0 | 213 | 0 | 144 | 24 | 40 | 470 | 144 | 42 |
| Binary | 10101101 | 0 | 10001011 | 0 | 1100100 | 10100 | 100000 | 100111000 | 1100100 | 100010 |
Color Harmonies of #AD008B
Complementary color
Monochromatic Colors of #AD008B
Black with #AD008B
Text Example
Text Example
White with #AD008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD008B; }
p { color: rgb(173,0,139); }
H1.HeaderClassName
{
color: #AD008B;
}
.AnyTagClassName
{
color: #AD008B;
}
</style>
background-color css
<style>
a { background-color: #AD008B; }
a { background-color: rgb(173,0,139); }
div.DivClassName
{
background-color: #AD008B;
}
.BgClassName
{
background-color: #AD008B;
}
</style>
border-color css
<style>
span { border-color: #AD008B; }
span { border-color: rgb(173,0,139); }
td.TdClassName
{
border-color: #AD008B;
}
.TagClassName
{
border-color: #AD008B;
}
</style>