Shades of Medium Red Violet #AD30A6
Tints of Medium Red Violet #AD30A6
RGB
CMYK
RGB Variations
Color information
#AD30A6 (or 0xAD30A6) is known color: Medium Red Violet. HEX triplet: AD, 30 and A6. RGB value is (173,48,166). Sum of RGB (Red+Green+Blue) = 173+48+166=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD30A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30A6 is #52CF59. Grayscale: #626262. Windows color (decimal): -5427034 or 10891437. OLE color: 10891437.
HSL color Cylindrical-coordinate representation of color #AD30A6: hue angle of 303.36º 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 #AD30A6 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 166 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.32 |
| HSL | 303.36º | 0.57% | 0.43% | - |
| HSV(B) | 303.36º | 0.72% | 0.68% | - |
| XYZ | 25.17 | 13.75 | 37.4 | - |
| YUV | 98.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 166 | 0 | 0.72 | 0.04 | 0.32 | 303.36 | 0.57 | 0.43 |
| Hex | AD | 30 | A6 | 0 | 48 | 4 | 20 | 12F | 39 | 2B |
| Octal | 255 | 60 | 246 | 0 | 110 | 4 | 40 | 457 | 71 | 53 |
| Binary | 10101101 | 110000 | 10100110 | 0 | 1001000 | 100 | 100000 | 100101111 | 111001 | 101011 |
Color Harmonies of #AD30A6
Complementary color
Monochromatic Colors of #AD30A6
Black with #AD30A6
Text Example
Text Example
White with #AD30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30A6; }
p { color: rgb(173,48,166); }
H1.HeaderClassName
{
color: #AD30A6;
}
.AnyTagClassName
{
color: #AD30A6;
}
</style>
background-color css
<style>
a { background-color: #AD30A6; }
a { background-color: rgb(173,48,166); }
div.DivClassName
{
background-color: #AD30A6;
}
.BgClassName
{
background-color: #AD30A6;
}
</style>
border-color css
<style>
span { border-color: #AD30A6; }
span { border-color: rgb(173,48,166); }
td.TdClassName
{
border-color: #AD30A6;
}
.TagClassName
{
border-color: #AD30A6;
}
</style>