Shades of Medium Violet Red #AD0891
Tints of Medium Violet Red #AD0891
RGB
CMYK
RGB Variations
Color information
#AD0891 (or 0xAD0891) is known color: Medium Violet Red. HEX triplet: AD, 08 and 91. RGB value is (173,8,145). Sum of RGB (Red+Green+Blue) = 173+8+145=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0891 is #52F76E. Grayscale: #484848. Windows color (decimal): -5437295 or 9504941. OLE color: 9504941.
HSL color Cylindrical-coordinate representation of color #AD0891: hue angle of 310.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0891 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 145 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.32 |
| HSL | 310.18º | 0.91% | 0.35% | - |
| HSV(B) | 310.18º | 0.95% | 0.68% | - |
| XYZ | 22.43 | 11.1 | 27.75 | - |
| YUV | 72.95 | 168.66 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 145 | 0 | 0.95 | 0.16 | 0.32 | 310.18 | 0.91 | 0.35 |
| Hex | AD | 8 | 91 | 0 | 5F | 10 | 20 | 136 | 5B | 23 |
| Octal | 255 | 10 | 221 | 0 | 137 | 20 | 40 | 466 | 133 | 43 |
| Binary | 10101101 | 1000 | 10010001 | 0 | 1011111 | 10000 | 100000 | 100110110 | 1011011 | 100011 |
Color Harmonies of #AD0891
Complementary color
Monochromatic Colors of #AD0891
Black with #AD0891
Text Example
Text Example
White with #AD0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0891; }
p { color: rgb(173,8,145); }
H1.HeaderClassName
{
color: #AD0891;
}
.AnyTagClassName
{
color: #AD0891;
}
</style>
background-color css
<style>
a { background-color: #AD0891; }
a { background-color: rgb(173,8,145); }
div.DivClassName
{
background-color: #AD0891;
}
.BgClassName
{
background-color: #AD0891;
}
</style>
border-color css
<style>
span { border-color: #AD0891; }
span { border-color: rgb(173,8,145); }
td.TdClassName
{
border-color: #AD0891;
}
.TagClassName
{
border-color: #AD0891;
}
</style>