Shades of Medium Red Violet #AD307A
Tints of Medium Red Violet #AD307A
RGB
CMYK
RGB Variations
Color information
#AD307A (or 0xAD307A) is known color: Medium Red Violet. HEX triplet: AD, 30 and 7A. RGB value is (173,48,122). Sum of RGB (Red+Green+Blue) = 173+48+122=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD307A is #52CF85. Grayscale: #5D5D5D. Windows color (decimal): -5427078 or 8007853. OLE color: 8007853.
HSL color Cylindrical-coordinate representation of color #AD307A: hue angle of 324.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD307A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 122 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.32 |
| HSL | 324.48º | 0.57% | 0.43% | - |
| HSV(B) | 324.48º | 0.72% | 0.68% | - |
| XYZ | 21.8 | 12.4 | 19.66 | - |
| YUV | 93.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 122 | 0 | 0.72 | 0.29 | 0.32 | 324.48 | 0.57 | 0.43 |
| Hex | AD | 30 | 7A | 0 | 48 | 1D | 20 | 144 | 39 | 2B |
| Octal | 255 | 60 | 172 | 0 | 110 | 35 | 40 | 504 | 71 | 53 |
| Binary | 10101101 | 110000 | 1111010 | 0 | 1001000 | 11101 | 100000 | 101000100 | 111001 | 101011 |
Color Harmonies of #AD307A
Complementary color
Monochromatic Colors of #AD307A
Black with #AD307A
Text Example
Text Example
White with #AD307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD307A; }
p { color: rgb(173,48,122); }
H1.HeaderClassName
{
color: #AD307A;
}
.AnyTagClassName
{
color: #AD307A;
}
</style>
background-color css
<style>
a { background-color: #AD307A; }
a { background-color: rgb(173,48,122); }
div.DivClassName
{
background-color: #AD307A;
}
.BgClassName
{
background-color: #AD307A;
}
</style>
border-color css
<style>
span { border-color: #AD307A; }
span { border-color: rgb(173,48,122); }
td.TdClassName
{
border-color: #AD307A;
}
.TagClassName
{
border-color: #AD307A;
}
</style>