Shades of Medium Red Violet #AD2488
Tints of Medium Red Violet #AD2488
RGB
CMYK
RGB Variations
Color information
#AD2488 (or 0xAD2488) is known color: Medium Red Violet. HEX triplet: AD, 24 and 88. RGB value is (173,36,136). Sum of RGB (Red+Green+Blue) = 173+36+136=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2488 is #52DB77. Grayscale: #585858. Windows color (decimal): -5430136 or 8922285. OLE color: 8922285.
HSL color Cylindrical-coordinate representation of color #AD2488: hue angle of 316.2º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2488 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 136 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.32 |
| HSL | 316.2º | 0.66% | 0.41% | - |
| HSV(B) | 316.2º | 0.79% | 0.68% | - |
| XYZ | 22.31 | 11.92 | 24.42 | - |
| YUV | 88.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 136 | 0 | 0.79 | 0.21 | 0.32 | 316.2 | 0.66 | 0.41 |
| Hex | AD | 24 | 88 | 0 | 4F | 15 | 20 | 13C | 42 | 29 |
| Octal | 255 | 44 | 210 | 0 | 117 | 25 | 40 | 474 | 102 | 51 |
| Binary | 10101101 | 100100 | 10001000 | 0 | 1001111 | 10101 | 100000 | 100111100 | 1000010 | 101001 |
Color Harmonies of #AD2488
Complementary color
Monochromatic Colors of #AD2488
Black with #AD2488
Text Example
Text Example
White with #AD2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2488; }
p { color: rgb(173,36,136); }
H1.HeaderClassName
{
color: #AD2488;
}
.AnyTagClassName
{
color: #AD2488;
}
</style>
background-color css
<style>
a { background-color: #AD2488; }
a { background-color: rgb(173,36,136); }
div.DivClassName
{
background-color: #AD2488;
}
.BgClassName
{
background-color: #AD2488;
}
</style>
border-color css
<style>
span { border-color: #AD2488; }
span { border-color: rgb(173,36,136); }
td.TdClassName
{
border-color: #AD2488;
}
.TagClassName
{
border-color: #AD2488;
}
</style>