Shades of Medium Red Violet #AD2088
Tints of Medium Red Violet #AD2088
RGB
CMYK
RGB Variations
Color information
#AD2088 (or 0xAD2088) is known color: Medium Red Violet. HEX triplet: AD, 20 and 88. RGB value is (173,32,136). Sum of RGB (Red+Green+Blue) = 173+32+136=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2088 is #52DF77. Grayscale: #555555. Windows color (decimal): -5431160 or 8921261. OLE color: 8921261.
HSL color Cylindrical-coordinate representation of color #AD2088: hue angle of 315.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2088 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 136 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.32 |
| HSL | 315.74º | 0.69% | 0.4% | - |
| HSV(B) | 315.74º | 0.82% | 0.68% | - |
| XYZ | 22.19 | 11.69 | 24.38 | - |
| YUV | 86.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 136 | 0 | 0.82 | 0.21 | 0.32 | 315.74 | 0.69 | 0.4 |
| Hex | AD | 20 | 88 | 0 | 52 | 15 | 20 | 13C | 45 | 28 |
| Octal | 255 | 40 | 210 | 0 | 122 | 25 | 40 | 474 | 105 | 50 |
| Binary | 10101101 | 100000 | 10001000 | 0 | 1010010 | 10101 | 100000 | 100111100 | 1000101 | 101000 |
Color Harmonies of #AD2088
Complementary color
Monochromatic Colors of #AD2088
Black with #AD2088
Text Example
Text Example
White with #AD2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2088; }
p { color: rgb(173,32,136); }
H1.HeaderClassName
{
color: #AD2088;
}
.AnyTagClassName
{
color: #AD2088;
}
</style>
background-color css
<style>
a { background-color: #AD2088; }
a { background-color: rgb(173,32,136); }
div.DivClassName
{
background-color: #AD2088;
}
.BgClassName
{
background-color: #AD2088;
}
</style>
border-color css
<style>
span { border-color: #AD2088; }
span { border-color: rgb(173,32,136); }
td.TdClassName
{
border-color: #AD2088;
}
.TagClassName
{
border-color: #AD2088;
}
</style>