Shades of Medium Red Violet #AD227F
Tints of Medium Red Violet #AD227F
RGB
CMYK
RGB Variations
Color information
#AD227F (or 0xAD227F) is known color: Medium Red Violet. HEX triplet: AD, 22 and 7F. RGB value is (173,34,127). Sum of RGB (Red+Green+Blue) = 173+34+127=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD227F is #52DD80. Grayscale: #555555. Windows color (decimal): -5430657 or 8331949. OLE color: 8331949.
HSL color Cylindrical-coordinate representation of color #AD227F: hue angle of 319.86º 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 #AD227F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 127 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.32 |
| HSL | 319.86º | 0.67% | 0.41% | - |
| HSV(B) | 319.86º | 0.8% | 0.68% | - |
| XYZ | 21.64 | 11.56 | 21.17 | - |
| YUV | 86.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 127 | 0 | 0.80 | 0.27 | 0.32 | 319.86 | 0.67 | 0.41 |
| Hex | AD | 22 | 7F | 0 | 50 | 1B | 20 | 140 | 43 | 29 |
| Octal | 255 | 42 | 177 | 0 | 120 | 33 | 40 | 500 | 103 | 51 |
| Binary | 10101101 | 100010 | 1111111 | 0 | 1010000 | 11011 | 100000 | 101000000 | 1000011 | 101001 |
Color Harmonies of #AD227F
Complementary color
Monochromatic Colors of #AD227F
Black with #AD227F
Text Example
Text Example
White with #AD227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD227F; }
p { color: rgb(173,34,127); }
H1.HeaderClassName
{
color: #AD227F;
}
.AnyTagClassName
{
color: #AD227F;
}
</style>
background-color css
<style>
a { background-color: #AD227F; }
a { background-color: rgb(173,34,127); }
div.DivClassName
{
background-color: #AD227F;
}
.BgClassName
{
background-color: #AD227F;
}
</style>
border-color css
<style>
span { border-color: #AD227F; }
span { border-color: rgb(173,34,127); }
td.TdClassName
{
border-color: #AD227F;
}
.TagClassName
{
border-color: #AD227F;
}
</style>