Shades of Medium Red Violet #AD288F
Tints of Medium Red Violet #AD288F
RGB
CMYK
RGB Variations
Color information
#AD288F (or 0xAD288F) is known color: Medium Red Violet. HEX triplet: AD, 28 and 8F. RGB value is (173,40,143). Sum of RGB (Red+Green+Blue) = 173+40+143=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD288F is #52D770. Grayscale: #5B5B5B. Windows color (decimal): -5429105 or 9382061. OLE color: 9382061.
HSL color Cylindrical-coordinate representation of color #AD288F: hue angle of 313.53º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD288F is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 143 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.32 |
| HSL | 313.53º | 0.62% | 0.42% | - |
| HSV(B) | 313.53º | 0.77% | 0.68% | - |
| XYZ | 22.95 | 12.38 | 27.17 | - |
| YUV | 91.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 143 | 0 | 0.77 | 0.17 | 0.32 | 313.53 | 0.62 | 0.42 |
| Hex | AD | 28 | 8F | 0 | 4D | 11 | 20 | 13A | 3E | 2A |
| Octal | 255 | 50 | 217 | 0 | 115 | 21 | 40 | 472 | 76 | 52 |
| Binary | 10101101 | 101000 | 10001111 | 0 | 1001101 | 10001 | 100000 | 100111010 | 111110 | 101010 |
Color Harmonies of #AD288F
Complementary color
Monochromatic Colors of #AD288F
Black with #AD288F
Text Example
Text Example
White with #AD288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD288F; }
p { color: rgb(173,40,143); }
H1.HeaderClassName
{
color: #AD288F;
}
.AnyTagClassName
{
color: #AD288F;
}
</style>
background-color css
<style>
a { background-color: #AD288F; }
a { background-color: rgb(173,40,143); }
div.DivClassName
{
background-color: #AD288F;
}
.BgClassName
{
background-color: #AD288F;
}
</style>
border-color css
<style>
span { border-color: #AD288F; }
span { border-color: rgb(173,40,143); }
td.TdClassName
{
border-color: #AD288F;
}
.TagClassName
{
border-color: #AD288F;
}
</style>