Shades of Medium Red Violet #AD24A5
Tints of Medium Red Violet #AD24A5
RGB
CMYK
RGB Variations
Color information
#AD24A5 (or 0xAD24A5) is known color: Medium Red Violet. HEX triplet: AD, 24 and A5. RGB value is (173,36,165). Sum of RGB (Red+Green+Blue) = 173+36+165=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD24A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD24A5 is #52DB5A. Grayscale: #5B5B5B. Windows color (decimal): -5430107 or 10822829. OLE color: 10822829.
HSL color Cylindrical-coordinate representation of color #AD24A5: hue angle of 303.5º 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 #AD24A5 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 165 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.32 |
| HSL | 303.5º | 0.66% | 0.41% | - |
| HSV(B) | 303.5º | 0.79% | 0.68% | - |
| XYZ | 24.66 | 12.86 | 36.78 | - |
| YUV | 91.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 165 | 0 | 0.79 | 0.05 | 0.32 | 303.5 | 0.66 | 0.41 |
| Hex | AD | 24 | A5 | 0 | 4F | 5 | 20 | 130 | 42 | 29 |
| Octal | 255 | 44 | 245 | 0 | 117 | 5 | 40 | 460 | 102 | 51 |
| Binary | 10101101 | 100100 | 10100101 | 0 | 1001111 | 101 | 100000 | 100110000 | 1000010 | 101001 |
Color Harmonies of #AD24A5
Complementary color
Monochromatic Colors of #AD24A5
Black with #AD24A5
Text Example
Text Example
White with #AD24A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD24A5; }
p { color: rgb(173,36,165); }
H1.HeaderClassName
{
color: #AD24A5;
}
.AnyTagClassName
{
color: #AD24A5;
}
</style>
background-color css
<style>
a { background-color: #AD24A5; }
a { background-color: rgb(173,36,165); }
div.DivClassName
{
background-color: #AD24A5;
}
.BgClassName
{
background-color: #AD24A5;
}
</style>
border-color css
<style>
span { border-color: #AD24A5; }
span { border-color: rgb(173,36,165); }
td.TdClassName
{
border-color: #AD24A5;
}
.TagClassName
{
border-color: #AD24A5;
}
</style>