Shades of Medium Red Violet #AD2799
Tints of Medium Red Violet #AD2799
RGB
CMYK
RGB Variations
Color information
#AD2799 (or 0xAD2799) is known color: Medium Red Violet. HEX triplet: AD, 27 and 99. RGB value is (173,39,153). Sum of RGB (Red+Green+Blue) = 173+39+153=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2799 is #52D866. Grayscale: #5B5B5B. Windows color (decimal): -5429351 or 10037165. OLE color: 10037165.
HSL color Cylindrical-coordinate representation of color #AD2799: hue angle of 308.96º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2799 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 153 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.32 |
| HSL | 308.96º | 0.63% | 0.42% | - |
| HSV(B) | 308.96º | 0.77% | 0.68% | - |
| XYZ | 23.71 | 12.64 | 31.33 | - |
| YUV | 92.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 153 | 0 | 0.77 | 0.12 | 0.32 | 308.96 | 0.63 | 0.42 |
| Hex | AD | 27 | 99 | 0 | 4D | C | 20 | 135 | 3F | 2A |
| Octal | 255 | 47 | 231 | 0 | 115 | 14 | 40 | 465 | 77 | 52 |
| Binary | 10101101 | 100111 | 10011001 | 0 | 1001101 | 1100 | 100000 | 100110101 | 111111 | 101010 |
Color Harmonies of #AD2799
Complementary color
Monochromatic Colors of #AD2799
Black with #AD2799
Text Example
Text Example
White with #AD2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2799; }
p { color: rgb(173,39,153); }
H1.HeaderClassName
{
color: #AD2799;
}
.AnyTagClassName
{
color: #AD2799;
}
</style>
background-color css
<style>
a { background-color: #AD2799; }
a { background-color: rgb(173,39,153); }
div.DivClassName
{
background-color: #AD2799;
}
.BgClassName
{
background-color: #AD2799;
}
</style>
border-color css
<style>
span { border-color: #AD2799; }
span { border-color: rgb(173,39,153); }
td.TdClassName
{
border-color: #AD2799;
}
.TagClassName
{
border-color: #AD2799;
}
</style>