Shades of Medium Red Violet #AD2A8E
Tints of Medium Red Violet #AD2A8E
RGB
CMYK
RGB Variations
Color information
#AD2A8E (or 0xAD2A8E) is known color: Medium Red Violet. HEX triplet: AD, 2A and 8E. RGB value is (173,42,142). Sum of RGB (Red+Green+Blue) = 173+42+142=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2A8E is #52D571. Grayscale: #5C5C5C. Windows color (decimal): -5428594 or 9317037. OLE color: 9317037.
HSL color Cylindrical-coordinate representation of color #AD2A8E: hue angle of 314.2º 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 #AD2A8E is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 142 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.32 |
| HSL | 314.2º | 0.61% | 0.42% | - |
| HSV(B) | 314.2º | 0.76% | 0.68% | - |
| XYZ | 22.94 | 12.49 | 26.79 | - |
| YUV | 92.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 142 | 0 | 0.76 | 0.18 | 0.32 | 314.2 | 0.61 | 0.42 |
| Hex | AD | 2A | 8E | 0 | 4C | 12 | 20 | 13A | 3D | 2A |
| Octal | 255 | 52 | 216 | 0 | 114 | 22 | 40 | 472 | 75 | 52 |
| Binary | 10101101 | 101010 | 10001110 | 0 | 1001100 | 10010 | 100000 | 100111010 | 111101 | 101010 |
Color Harmonies of #AD2A8E
Complementary color
Monochromatic Colors of #AD2A8E
Black with #AD2A8E
Text Example
Text Example
White with #AD2A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A8E; }
p { color: rgb(173,42,142); }
H1.HeaderClassName
{
color: #AD2A8E;
}
.AnyTagClassName
{
color: #AD2A8E;
}
</style>
background-color css
<style>
a { background-color: #AD2A8E; }
a { background-color: rgb(173,42,142); }
div.DivClassName
{
background-color: #AD2A8E;
}
.BgClassName
{
background-color: #AD2A8E;
}
</style>
border-color css
<style>
span { border-color: #AD2A8E; }
span { border-color: rgb(173,42,142); }
td.TdClassName
{
border-color: #AD2A8E;
}
.TagClassName
{
border-color: #AD2A8E;
}
</style>