Shades of Medium Violet Red #AD0288
Tints of Medium Violet Red #AD0288
RGB
CMYK
RGB Variations
Color information
#AD0288 (or 0xAD0288) is known color: Medium Violet Red. HEX triplet: AD, 02 and 88. RGB value is (173,2,136). Sum of RGB (Red+Green+Blue) = 173+2+136=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0288 is #52FD77. Grayscale: #444444. Windows color (decimal): -5438840 or 8913581. OLE color: 8913581.
HSL color Cylindrical-coordinate representation of color #AD0288: hue angle of 312.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0288 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.32 |
| HSL | 312.98º | 0.98% | 0.34% | - |
| HSV(B) | 312.98º | 0.99% | 0.68% | - |
| XYZ | 21.7 | 10.71 | 24.22 | - |
| YUV | 68.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 136 | 0 | 0.99 | 0.21 | 0.32 | 312.98 | 0.98 | 0.34 |
| Hex | AD | 2 | 88 | 0 | 63 | 15 | 20 | 139 | 62 | 22 |
| Octal | 255 | 2 | 210 | 0 | 143 | 25 | 40 | 471 | 142 | 42 |
| Binary | 10101101 | 10 | 10001000 | 0 | 1100011 | 10101 | 100000 | 100111001 | 1100010 | 100010 |
Color Harmonies of #AD0288
Complementary color
Monochromatic Colors of #AD0288
Black with #AD0288
Text Example
Text Example
White with #AD0288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0288; }
p { color: rgb(173,2,136); }
H1.HeaderClassName
{
color: #AD0288;
}
.AnyTagClassName
{
color: #AD0288;
}
</style>
background-color css
<style>
a { background-color: #AD0288; }
a { background-color: rgb(173,2,136); }
div.DivClassName
{
background-color: #AD0288;
}
.BgClassName
{
background-color: #AD0288;
}
</style>
border-color css
<style>
span { border-color: #AD0288; }
span { border-color: rgb(173,2,136); }
td.TdClassName
{
border-color: #AD0288;
}
.TagClassName
{
border-color: #AD0288;
}
</style>