Shades of Medium Red Violet #AD2478
Tints of Medium Red Violet #AD2478
RGB
CMYK
RGB Variations
Color information
#AD2478 (or 0xAD2478) is known color: Medium Red Violet. HEX triplet: AD, 24 and 78. RGB value is (173,36,120). Sum of RGB (Red+Green+Blue) = 173+36+120=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2478 is #52DB87. Grayscale: #565656. Windows color (decimal): -5430152 or 7873709. OLE color: 7873709.
HSL color Cylindrical-coordinate representation of color #AD2478: hue angle of 323.21º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2478 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 120 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.32 |
| HSL | 323.21º | 0.66% | 0.41% | - |
| HSV(B) | 323.21º | 0.79% | 0.68% | - |
| XYZ | 21.25 | 11.5 | 18.87 | - |
| YUV | 86.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 120 | 0 | 0.79 | 0.31 | 0.32 | 323.21 | 0.66 | 0.41 |
| Hex | AD | 24 | 78 | 0 | 4F | 1F | 20 | 143 | 42 | 29 |
| Octal | 255 | 44 | 170 | 0 | 117 | 37 | 40 | 503 | 102 | 51 |
| Binary | 10101101 | 100100 | 1111000 | 0 | 1001111 | 11111 | 100000 | 101000011 | 1000010 | 101001 |
Color Harmonies of #AD2478
Complementary color
Monochromatic Colors of #AD2478
Black with #AD2478
Text Example
Text Example
White with #AD2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2478; }
p { color: rgb(173,36,120); }
H1.HeaderClassName
{
color: #AD2478;
}
.AnyTagClassName
{
color: #AD2478;
}
</style>
background-color css
<style>
a { background-color: #AD2478; }
a { background-color: rgb(173,36,120); }
div.DivClassName
{
background-color: #AD2478;
}
.BgClassName
{
background-color: #AD2478;
}
</style>
border-color css
<style>
span { border-color: #AD2478; }
span { border-color: rgb(173,36,120); }
td.TdClassName
{
border-color: #AD2478;
}
.TagClassName
{
border-color: #AD2478;
}
</style>