Shades of Medium Violet Red #AD1A8B
Tints of Medium Violet Red #AD1A8B
RGB
CMYK
RGB Variations
Color information
#AD1A8B (or 0xAD1A8B) is known color: Medium Violet Red. HEX triplet: AD, 1A and 8B. RGB value is (173,26,139). Sum of RGB (Red+Green+Blue) = 173+26+139=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1A8B is #52E574. Grayscale: #525252. Windows color (decimal): -5432693 or 9116333. OLE color: 9116333.
HSL color Cylindrical-coordinate representation of color #AD1A8B: hue angle of 313.88º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A8B is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 139 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.32 |
| HSL | 313.88º | 0.74% | 0.39% | - |
| HSV(B) | 313.88º | 0.85% | 0.68% | - |
| XYZ | 22.26 | 11.49 | 25.47 | - |
| YUV | 82.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 139 | 0 | 0.85 | 0.20 | 0.32 | 313.88 | 0.74 | 0.39 |
| Hex | AD | 1A | 8B | 0 | 55 | 14 | 20 | 13A | 4A | 27 |
| Octal | 255 | 32 | 213 | 0 | 125 | 24 | 40 | 472 | 112 | 47 |
| Binary | 10101101 | 11010 | 10001011 | 0 | 1010101 | 10100 | 100000 | 100111010 | 1001010 | 100111 |
Color Harmonies of #AD1A8B
Complementary color
Monochromatic Colors of #AD1A8B
Black with #AD1A8B
Text Example
Text Example
White with #AD1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A8B; }
p { color: rgb(173,26,139); }
H1.HeaderClassName
{
color: #AD1A8B;
}
.AnyTagClassName
{
color: #AD1A8B;
}
</style>
background-color css
<style>
a { background-color: #AD1A8B; }
a { background-color: rgb(173,26,139); }
div.DivClassName
{
background-color: #AD1A8B;
}
.BgClassName
{
background-color: #AD1A8B;
}
</style>
border-color css
<style>
span { border-color: #AD1A8B; }
span { border-color: rgb(173,26,139); }
td.TdClassName
{
border-color: #AD1A8B;
}
.TagClassName
{
border-color: #AD1A8B;
}
</style>