Shades of Medium Red Violet #AD2A88
Tints of Medium Red Violet #AD2A88
RGB
CMYK
RGB Variations
Color information
#AD2A88 (or 0xAD2A88) is known color: Medium Red Violet. HEX triplet: AD, 2A and 88. RGB value is (173,42,136). Sum of RGB (Red+Green+Blue) = 173+42+136=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2A88 is #52D577. Grayscale: #5B5B5B. Windows color (decimal): -5428600 or 8923821. OLE color: 8923821.
HSL color Cylindrical-coordinate representation of color #AD2A88: hue angle of 316.95º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A88 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 136 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.32 |
| HSL | 316.95º | 0.61% | 0.42% | - |
| HSV(B) | 316.95º | 0.76% | 0.68% | - |
| XYZ | 22.51 | 12.32 | 24.48 | - |
| YUV | 91.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 136 | 0 | 0.76 | 0.21 | 0.32 | 316.95 | 0.61 | 0.42 |
| Hex | AD | 2A | 88 | 0 | 4C | 15 | 20 | 13D | 3D | 2A |
| Octal | 255 | 52 | 210 | 0 | 114 | 25 | 40 | 475 | 75 | 52 |
| Binary | 10101101 | 101010 | 10001000 | 0 | 1001100 | 10101 | 100000 | 100111101 | 111101 | 101010 |
Color Harmonies of #AD2A88
Complementary color
Monochromatic Colors of #AD2A88
Black with #AD2A88
Text Example
Text Example
White with #AD2A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A88; }
p { color: rgb(173,42,136); }
H1.HeaderClassName
{
color: #AD2A88;
}
.AnyTagClassName
{
color: #AD2A88;
}
</style>
background-color css
<style>
a { background-color: #AD2A88; }
a { background-color: rgb(173,42,136); }
div.DivClassName
{
background-color: #AD2A88;
}
.BgClassName
{
background-color: #AD2A88;
}
</style>
border-color css
<style>
span { border-color: #AD2A88; }
span { border-color: rgb(173,42,136); }
td.TdClassName
{
border-color: #AD2A88;
}
.TagClassName
{
border-color: #AD2A88;
}
</style>