Shades of Medium Red Violet #AD248E
Tints of Medium Red Violet #AD248E
RGB
CMYK
RGB Variations
Color information
#AD248E (or 0xAD248E) is known color: Medium Red Violet. HEX triplet: AD, 24 and 8E. RGB value is (173,36,142). Sum of RGB (Red+Green+Blue) = 173+36+142=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD248E is #52DB71. Grayscale: #585858. Windows color (decimal): -5430130 or 9315501. OLE color: 9315501.
HSL color Cylindrical-coordinate representation of color #AD248E: hue angle of 313.58º 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 #AD248E is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 142 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.32 |
| HSL | 313.58º | 0.66% | 0.41% | - |
| HSV(B) | 313.58º | 0.79% | 0.68% | - |
| XYZ | 22.75 | 12.1 | 26.73 | - |
| YUV | 89.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 142 | 0 | 0.79 | 0.18 | 0.32 | 313.58 | 0.66 | 0.41 |
| Hex | AD | 24 | 8E | 0 | 4F | 12 | 20 | 13A | 42 | 29 |
| Octal | 255 | 44 | 216 | 0 | 117 | 22 | 40 | 472 | 102 | 51 |
| Binary | 10101101 | 100100 | 10001110 | 0 | 1001111 | 10010 | 100000 | 100111010 | 1000010 | 101001 |
Color Harmonies of #AD248E
Complementary color
Monochromatic Colors of #AD248E
Black with #AD248E
Text Example
Text Example
White with #AD248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD248E; }
p { color: rgb(173,36,142); }
H1.HeaderClassName
{
color: #AD248E;
}
.AnyTagClassName
{
color: #AD248E;
}
</style>
background-color css
<style>
a { background-color: #AD248E; }
a { background-color: rgb(173,36,142); }
div.DivClassName
{
background-color: #AD248E;
}
.BgClassName
{
background-color: #AD248E;
}
</style>
border-color css
<style>
span { border-color: #AD248E; }
span { border-color: rgb(173,36,142); }
td.TdClassName
{
border-color: #AD248E;
}
.TagClassName
{
border-color: #AD248E;
}
</style>