Shades of Medium Red Violet #AD2FA5
Tints of Medium Red Violet #AD2FA5
RGB
CMYK
RGB Variations
Color information
#AD2FA5 (or 0xAD2FA5) is known color: Medium Red Violet. HEX triplet: AD, 2F and A5. RGB value is (173,47,165). Sum of RGB (Red+Green+Blue) = 173+47+165=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2FA5 is #52D05A. Grayscale: #616161. Windows color (decimal): -5427291 or 10825645. OLE color: 10825645.
HSL color Cylindrical-coordinate representation of color #AD2FA5: hue angle of 303.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2FA5 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 165 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.32 |
| HSL | 303.81º | 0.57% | 0.43% | - |
| HSV(B) | 303.81º | 0.73% | 0.68% | - |
| XYZ | 25.04 | 13.63 | 36.91 | - |
| YUV | 98.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 165 | 0 | 0.73 | 0.05 | 0.32 | 303.81 | 0.57 | 0.43 |
| Hex | AD | 2F | A5 | 0 | 49 | 5 | 20 | 130 | 39 | 2B |
| Octal | 255 | 57 | 245 | 0 | 111 | 5 | 40 | 460 | 71 | 53 |
| Binary | 10101101 | 101111 | 10100101 | 0 | 1001001 | 101 | 100000 | 100110000 | 111001 | 101011 |
Color Harmonies of #AD2FA5
Complementary color
Monochromatic Colors of #AD2FA5
Black with #AD2FA5
Text Example
Text Example
White with #AD2FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FA5; }
p { color: rgb(173,47,165); }
H1.HeaderClassName
{
color: #AD2FA5;
}
.AnyTagClassName
{
color: #AD2FA5;
}
</style>
background-color css
<style>
a { background-color: #AD2FA5; }
a { background-color: rgb(173,47,165); }
div.DivClassName
{
background-color: #AD2FA5;
}
.BgClassName
{
background-color: #AD2FA5;
}
</style>
border-color css
<style>
span { border-color: #AD2FA5; }
span { border-color: rgb(173,47,165); }
td.TdClassName
{
border-color: #AD2FA5;
}
.TagClassName
{
border-color: #AD2FA5;
}
</style>