Shades of Medium Violet Red #AD1A7B
Tints of Medium Violet Red #AD1A7B
RGB
CMYK
RGB Variations
Color information
#AD1A7B (or 0xAD1A7B) is known color: Medium Violet Red. HEX triplet: AD, 1A and 7B. RGB value is (173,26,123). Sum of RGB (Red+Green+Blue) = 173+26+123=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A7B is #52E584. Grayscale: #505050. Windows color (decimal): -5432709 or 8067757. OLE color: 8067757.
HSL color Cylindrical-coordinate representation of color #AD1A7B: hue angle of 320.41º 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 #AD1A7B is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 123 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.32 |
| HSL | 320.41º | 0.74% | 0.39% | - |
| HSV(B) | 320.41º | 0.85% | 0.68% | - |
| XYZ | 21.18 | 11.05 | 19.76 | - |
| YUV | 81.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 123 | 0 | 0.85 | 0.29 | 0.32 | 320.41 | 0.74 | 0.39 |
| Hex | AD | 1A | 7B | 0 | 55 | 1D | 20 | 140 | 4A | 27 |
| Octal | 255 | 32 | 173 | 0 | 125 | 35 | 40 | 500 | 112 | 47 |
| Binary | 10101101 | 11010 | 1111011 | 0 | 1010101 | 11101 | 100000 | 101000000 | 1001010 | 100111 |
Color Harmonies of #AD1A7B
Complementary color
Monochromatic Colors of #AD1A7B
Black with #AD1A7B
Text Example
Text Example
White with #AD1A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A7B; }
p { color: rgb(173,26,123); }
H1.HeaderClassName
{
color: #AD1A7B;
}
.AnyTagClassName
{
color: #AD1A7B;
}
</style>
background-color css
<style>
a { background-color: #AD1A7B; }
a { background-color: rgb(173,26,123); }
div.DivClassName
{
background-color: #AD1A7B;
}
.BgClassName
{
background-color: #AD1A7B;
}
</style>
border-color css
<style>
span { border-color: #AD1A7B; }
span { border-color: rgb(173,26,123); }
td.TdClassName
{
border-color: #AD1A7B;
}
.TagClassName
{
border-color: #AD1A7B;
}
</style>