Shades of Medium Violet Red #AD0888
Tints of Medium Violet Red #AD0888
RGB
CMYK
RGB Variations
Color information
#AD0888 (or 0xAD0888) is known color: Medium Violet Red. HEX triplet: AD, 08 and 88. RGB value is (173,8,136). Sum of RGB (Red+Green+Blue) = 173+8+136=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0888 is #52F777. Grayscale: #474747. Windows color (decimal): -5437304 or 8915117. OLE color: 8915117.
HSL color Cylindrical-coordinate representation of color #AD0888: hue angle of 313.45º 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 #AD0888 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 136 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.32 |
| HSL | 313.45º | 0.91% | 0.35% | - |
| HSV(B) | 313.45º | 0.95% | 0.68% | - |
| XYZ | 21.76 | 10.84 | 24.24 | - |
| YUV | 71.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 136 | 0 | 0.95 | 0.21 | 0.32 | 313.45 | 0.91 | 0.35 |
| Hex | AD | 8 | 88 | 0 | 5F | 15 | 20 | 139 | 5B | 23 |
| Octal | 255 | 10 | 210 | 0 | 137 | 25 | 40 | 471 | 133 | 43 |
| Binary | 10101101 | 1000 | 10001000 | 0 | 1011111 | 10101 | 100000 | 100111001 | 1011011 | 100011 |
Color Harmonies of #AD0888
Complementary color
Monochromatic Colors of #AD0888
Black with #AD0888
Text Example
Text Example
White with #AD0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0888; }
p { color: rgb(173,8,136); }
H1.HeaderClassName
{
color: #AD0888;
}
.AnyTagClassName
{
color: #AD0888;
}
</style>
background-color css
<style>
a { background-color: #AD0888; }
a { background-color: rgb(173,8,136); }
div.DivClassName
{
background-color: #AD0888;
}
.BgClassName
{
background-color: #AD0888;
}
</style>
border-color css
<style>
span { border-color: #AD0888; }
span { border-color: rgb(173,8,136); }
td.TdClassName
{
border-color: #AD0888;
}
.TagClassName
{
border-color: #AD0888;
}
</style>