Shades of Medium Red Violet #AD3088
Tints of Medium Red Violet #AD3088
RGB
CMYK
RGB Variations
Color information
#AD3088 (or 0xAD3088) is known color: Medium Red Violet. HEX triplet: AD, 30 and 88. RGB value is (173,48,136). Sum of RGB (Red+Green+Blue) = 173+48+136=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3088 is #52CF77. Grayscale: #5F5F5F. Windows color (decimal): -5427064 or 8925357. OLE color: 8925357.
HSL color Cylindrical-coordinate representation of color #AD3088: hue angle of 317.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3088 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 136 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.32 |
| HSL | 317.76º | 0.57% | 0.43% | - |
| HSV(B) | 317.76º | 0.72% | 0.68% | - |
| XYZ | 22.73 | 12.78 | 24.56 | - |
| YUV | 95.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 136 | 0 | 0.72 | 0.21 | 0.32 | 317.76 | 0.57 | 0.43 |
| Hex | AD | 30 | 88 | 0 | 48 | 15 | 20 | 13E | 39 | 2B |
| Octal | 255 | 60 | 210 | 0 | 110 | 25 | 40 | 476 | 71 | 53 |
| Binary | 10101101 | 110000 | 10001000 | 0 | 1001000 | 10101 | 100000 | 100111110 | 111001 | 101011 |
Color Harmonies of #AD3088
Complementary color
Monochromatic Colors of #AD3088
Black with #AD3088
Text Example
Text Example
White with #AD3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3088; }
p { color: rgb(173,48,136); }
H1.HeaderClassName
{
color: #AD3088;
}
.AnyTagClassName
{
color: #AD3088;
}
</style>
background-color css
<style>
a { background-color: #AD3088; }
a { background-color: rgb(173,48,136); }
div.DivClassName
{
background-color: #AD3088;
}
.BgClassName
{
background-color: #AD3088;
}
</style>
border-color css
<style>
span { border-color: #AD3088; }
span { border-color: rgb(173,48,136); }
td.TdClassName
{
border-color: #AD3088;
}
.TagClassName
{
border-color: #AD3088;
}
</style>