Shades of Medium Violet Red #AD1A7C
Tints of Medium Violet Red #AD1A7C
RGB
CMYK
RGB Variations
Color information
#AD1A7C (or 0xAD1A7C) is known color: Medium Violet Red. HEX triplet: AD, 1A and 7C. RGB value is (173,26,124). Sum of RGB (Red+Green+Blue) = 173+26+124=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A7C is #52E583. Grayscale: #505050. Windows color (decimal): -5432708 or 8133293. OLE color: 8133293.
HSL color Cylindrical-coordinate representation of color #AD1A7C: hue angle of 320º 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 #AD1A7C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 124 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.32 |
| HSL | 320º | 0.74% | 0.39% | - |
| HSV(B) | 320º | 0.85% | 0.68% | - |
| XYZ | 21.24 | 11.08 | 20.09 | - |
| YUV | 81.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 124 | 0 | 0.85 | 0.28 | 0.32 | 320 | 0.74 | 0.39 |
| Hex | AD | 1A | 7C | 0 | 55 | 1C | 20 | 140 | 4A | 27 |
| Octal | 255 | 32 | 174 | 0 | 125 | 34 | 40 | 500 | 112 | 47 |
| Binary | 10101101 | 11010 | 1111100 | 0 | 1010101 | 11100 | 100000 | 101000000 | 1001010 | 100111 |
Color Harmonies of #AD1A7C
Complementary color
Monochromatic Colors of #AD1A7C
Black with #AD1A7C
Text Example
Text Example
White with #AD1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A7C; }
p { color: rgb(173,26,124); }
H1.HeaderClassName
{
color: #AD1A7C;
}
.AnyTagClassName
{
color: #AD1A7C;
}
</style>
background-color css
<style>
a { background-color: #AD1A7C; }
a { background-color: rgb(173,26,124); }
div.DivClassName
{
background-color: #AD1A7C;
}
.BgClassName
{
background-color: #AD1A7C;
}
</style>
border-color css
<style>
span { border-color: #AD1A7C; }
span { border-color: rgb(173,26,124); }
td.TdClassName
{
border-color: #AD1A7C;
}
.TagClassName
{
border-color: #AD1A7C;
}
</style>