Shades of Medium Red Violet #AD2280
Tints of Medium Red Violet #AD2280
RGB
CMYK
RGB Variations
Color information
#AD2280 (or 0xAD2280) is known color: Medium Red Violet. HEX triplet: AD, 22 and 80. RGB value is (173,34,128). Sum of RGB (Red+Green+Blue) = 173+34+128=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2280 is #52DD7F. Grayscale: #565656. Windows color (decimal): -5430656 or 8397485. OLE color: 8397485.
HSL color Cylindrical-coordinate representation of color #AD2280: hue angle of 319.42º 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 #AD2280 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 128 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.32 |
| HSL | 319.42º | 0.67% | 0.41% | - |
| HSV(B) | 319.42º | 0.8% | 0.68% | - |
| XYZ | 21.7 | 11.59 | 21.51 | - |
| YUV | 86.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 128 | 0 | 0.80 | 0.26 | 0.32 | 319.42 | 0.67 | 0.41 |
| Hex | AD | 22 | 80 | 0 | 50 | 1A | 20 | 13F | 43 | 29 |
| Octal | 255 | 42 | 200 | 0 | 120 | 32 | 40 | 477 | 103 | 51 |
| Binary | 10101101 | 100010 | 10000000 | 0 | 1010000 | 11010 | 100000 | 100111111 | 1000011 | 101001 |
Color Harmonies of #AD2280
Complementary color
Monochromatic Colors of #AD2280
Black with #AD2280
Text Example
Text Example
White with #AD2280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2280; }
p { color: rgb(173,34,128); }
H1.HeaderClassName
{
color: #AD2280;
}
.AnyTagClassName
{
color: #AD2280;
}
</style>
background-color css
<style>
a { background-color: #AD2280; }
a { background-color: rgb(173,34,128); }
div.DivClassName
{
background-color: #AD2280;
}
.BgClassName
{
background-color: #AD2280;
}
</style>
border-color css
<style>
span { border-color: #AD2280; }
span { border-color: rgb(173,34,128); }
td.TdClassName
{
border-color: #AD2280;
}
.TagClassName
{
border-color: #AD2280;
}
</style>