Shades of Medium Red Violet #AD227B
Tints of Medium Red Violet #AD227B
RGB
CMYK
RGB Variations
Color information
#AD227B (or 0xAD227B) is known color: Medium Red Violet. HEX triplet: AD, 22 and 7B. RGB value is (173,34,123). Sum of RGB (Red+Green+Blue) = 173+34+123=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD227B is #52DD84. Grayscale: #555555. Windows color (decimal): -5430661 or 8069805. OLE color: 8069805.
HSL color Cylindrical-coordinate representation of color #AD227B: hue angle of 321.58º 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 #AD227B is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 123 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.32 |
| HSL | 321.58º | 0.67% | 0.41% | - |
| HSV(B) | 321.58º | 0.8% | 0.68% | - |
| XYZ | 21.38 | 11.46 | 19.82 | - |
| YUV | 85.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 123 | 0 | 0.80 | 0.29 | 0.32 | 321.58 | 0.67 | 0.41 |
| Hex | AD | 22 | 7B | 0 | 50 | 1D | 20 | 142 | 43 | 29 |
| Octal | 255 | 42 | 173 | 0 | 120 | 35 | 40 | 502 | 103 | 51 |
| Binary | 10101101 | 100010 | 1111011 | 0 | 1010000 | 11101 | 100000 | 101000010 | 1000011 | 101001 |
Color Harmonies of #AD227B
Complementary color
Monochromatic Colors of #AD227B
Black with #AD227B
Text Example
Text Example
White with #AD227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD227B; }
p { color: rgb(173,34,123); }
H1.HeaderClassName
{
color: #AD227B;
}
.AnyTagClassName
{
color: #AD227B;
}
</style>
background-color css
<style>
a { background-color: #AD227B; }
a { background-color: rgb(173,34,123); }
div.DivClassName
{
background-color: #AD227B;
}
.BgClassName
{
background-color: #AD227B;
}
</style>
border-color css
<style>
span { border-color: #AD227B; }
span { border-color: rgb(173,34,123); }
td.TdClassName
{
border-color: #AD227B;
}
.TagClassName
{
border-color: #AD227B;
}
</style>