Shades of Medium Violet Red #AD1A9C
Tints of Medium Violet Red #AD1A9C
RGB
CMYK
RGB Variations
Color information
#AD1A9C (or 0xAD1A9C) is known color: Medium Violet Red. HEX triplet: AD, 1A and 9C. RGB value is (173,26,156). Sum of RGB (Red+Green+Blue) = 173+26+156=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1A9C is #52E563. Grayscale: #545454. Windows color (decimal): -5432676 or 10230445. OLE color: 10230445.
HSL color Cylindrical-coordinate representation of color #AD1A9C: hue angle of 306.94º 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 #AD1A9C is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 156 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.32 |
| HSL | 306.94º | 0.74% | 0.39% | - |
| HSV(B) | 306.94º | 0.85% | 0.68% | - |
| XYZ | 23.6 | 12.02 | 32.53 | - |
| YUV | 84.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 156 | 0 | 0.85 | 0.10 | 0.32 | 306.94 | 0.74 | 0.39 |
| Hex | AD | 1A | 9C | 0 | 55 | A | 20 | 133 | 4A | 27 |
| Octal | 255 | 32 | 234 | 0 | 125 | 12 | 40 | 463 | 112 | 47 |
| Binary | 10101101 | 11010 | 10011100 | 0 | 1010101 | 1010 | 100000 | 100110011 | 1001010 | 100111 |
Color Harmonies of #AD1A9C
Complementary color
Monochromatic Colors of #AD1A9C
Black with #AD1A9C
Text Example
Text Example
White with #AD1A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A9C; }
p { color: rgb(173,26,156); }
H1.HeaderClassName
{
color: #AD1A9C;
}
.AnyTagClassName
{
color: #AD1A9C;
}
</style>
background-color css
<style>
a { background-color: #AD1A9C; }
a { background-color: rgb(173,26,156); }
div.DivClassName
{
background-color: #AD1A9C;
}
.BgClassName
{
background-color: #AD1A9C;
}
</style>
border-color css
<style>
span { border-color: #AD1A9C; }
span { border-color: rgb(173,26,156); }
td.TdClassName
{
border-color: #AD1A9C;
}
.TagClassName
{
border-color: #AD1A9C;
}
</style>