Shades of Medium Violet Red #AD189C
Tints of Medium Violet Red #AD189C
RGB
CMYK
RGB Variations
Color information
#AD189C (or 0xAD189C) is known color: Medium Violet Red. HEX triplet: AD, 18 and 9C. RGB value is (173,24,156). Sum of RGB (Red+Green+Blue) = 173+24+156=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD189C is #52E763. Grayscale: #535353. Windows color (decimal): -5433188 or 10229933. OLE color: 10229933.
HSL color Cylindrical-coordinate representation of color #AD189C: hue angle of 306.85º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD189C is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 156 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.32 |
| HSL | 306.85º | 0.76% | 0.39% | - |
| HSV(B) | 306.85º | 0.86% | 0.68% | - |
| XYZ | 23.56 | 11.94 | 32.51 | - |
| YUV | 83.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 156 | 0 | 0.86 | 0.10 | 0.32 | 306.85 | 0.76 | 0.39 |
| Hex | AD | 18 | 9C | 0 | 56 | A | 20 | 133 | 4C | 27 |
| Octal | 255 | 30 | 234 | 0 | 126 | 12 | 40 | 463 | 114 | 47 |
| Binary | 10101101 | 11000 | 10011100 | 0 | 1010110 | 1010 | 100000 | 100110011 | 1001100 | 100111 |
Color Harmonies of #AD189C
Complementary color
Monochromatic Colors of #AD189C
Black with #AD189C
Text Example
Text Example
White with #AD189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD189C; }
p { color: rgb(173,24,156); }
H1.HeaderClassName
{
color: #AD189C;
}
.AnyTagClassName
{
color: #AD189C;
}
</style>
background-color css
<style>
a { background-color: #AD189C; }
a { background-color: rgb(173,24,156); }
div.DivClassName
{
background-color: #AD189C;
}
.BgClassName
{
background-color: #AD189C;
}
</style>
border-color css
<style>
span { border-color: #AD189C; }
span { border-color: rgb(173,24,156); }
td.TdClassName
{
border-color: #AD189C;
}
.TagClassName
{
border-color: #AD189C;
}
</style>