Shades of Medium Red Violet #AD2288
Tints of Medium Red Violet #AD2288
RGB
CMYK
RGB Variations
Color information
#AD2288 (or 0xAD2288) is known color: Medium Red Violet. HEX triplet: AD, 22 and 88. RGB value is (173,34,136). Sum of RGB (Red+Green+Blue) = 173+34+136=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2288 is #52DD77. Grayscale: #565656. Windows color (decimal): -5430648 or 8921773. OLE color: 8921773.
HSL color Cylindrical-coordinate representation of color #AD2288: hue angle of 315.97º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2288 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 136 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.32 |
| HSL | 315.97º | 0.67% | 0.41% | - |
| HSV(B) | 315.97º | 0.8% | 0.68% | - |
| XYZ | 22.25 | 11.81 | 24.4 | - |
| YUV | 87.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 136 | 0 | 0.80 | 0.21 | 0.32 | 315.97 | 0.67 | 0.41 |
| Hex | AD | 22 | 88 | 0 | 50 | 15 | 20 | 13C | 43 | 29 |
| Octal | 255 | 42 | 210 | 0 | 120 | 25 | 40 | 474 | 103 | 51 |
| Binary | 10101101 | 100010 | 10001000 | 0 | 1010000 | 10101 | 100000 | 100111100 | 1000011 | 101001 |
Color Harmonies of #AD2288
Complementary color
Monochromatic Colors of #AD2288
Black with #AD2288
Text Example
Text Example
White with #AD2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2288; }
p { color: rgb(173,34,136); }
H1.HeaderClassName
{
color: #AD2288;
}
.AnyTagClassName
{
color: #AD2288;
}
</style>
background-color css
<style>
a { background-color: #AD2288; }
a { background-color: rgb(173,34,136); }
div.DivClassName
{
background-color: #AD2288;
}
.BgClassName
{
background-color: #AD2288;
}
</style>
border-color css
<style>
span { border-color: #AD2288; }
span { border-color: rgb(173,34,136); }
td.TdClassName
{
border-color: #AD2288;
}
.TagClassName
{
border-color: #AD2288;
}
</style>