Shades of Medium Red Violet #AD227E
Tints of Medium Red Violet #AD227E
RGB
CMYK
RGB Variations
Color information
#AD227E (or 0xAD227E) is known color: Medium Red Violet. HEX triplet: AD, 22 and 7E. RGB value is (173,34,126). Sum of RGB (Red+Green+Blue) = 173+34+126=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD227E is #52DD81. Grayscale: #555555. Windows color (decimal): -5430658 or 8266413. OLE color: 8266413.
HSL color Cylindrical-coordinate representation of color #AD227E: hue angle of 320.29º 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 #AD227E is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 126 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.32 |
| HSL | 320.29º | 0.67% | 0.41% | - |
| HSV(B) | 320.29º | 0.8% | 0.68% | - |
| XYZ | 21.57 | 11.53 | 20.83 | - |
| YUV | 86.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 126 | 0 | 0.80 | 0.27 | 0.32 | 320.29 | 0.67 | 0.41 |
| Hex | AD | 22 | 7E | 0 | 50 | 1B | 20 | 140 | 43 | 29 |
| Octal | 255 | 42 | 176 | 0 | 120 | 33 | 40 | 500 | 103 | 51 |
| Binary | 10101101 | 100010 | 1111110 | 0 | 1010000 | 11011 | 100000 | 101000000 | 1000011 | 101001 |
Color Harmonies of #AD227E
Complementary color
Monochromatic Colors of #AD227E
Black with #AD227E
Text Example
Text Example
White with #AD227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD227E; }
p { color: rgb(173,34,126); }
H1.HeaderClassName
{
color: #AD227E;
}
.AnyTagClassName
{
color: #AD227E;
}
</style>
background-color css
<style>
a { background-color: #AD227E; }
a { background-color: rgb(173,34,126); }
div.DivClassName
{
background-color: #AD227E;
}
.BgClassName
{
background-color: #AD227E;
}
</style>
border-color css
<style>
span { border-color: #AD227E; }
span { border-color: rgb(173,34,126); }
td.TdClassName
{
border-color: #AD227E;
}
.TagClassName
{
border-color: #AD227E;
}
</style>