Shades of Medium Red Violet #AD2C8A
Tints of Medium Red Violet #AD2C8A
RGB
CMYK
RGB Variations
Color information
#AD2C8A (or 0xAD2C8A) is known color: Medium Red Violet. HEX triplet: AD, 2C and 8A. RGB value is (173,44,138). Sum of RGB (Red+Green+Blue) = 173+44+138=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C8A is #52D375. Grayscale: #5D5D5D. Windows color (decimal): -5428086 or 9055405. OLE color: 9055405.
HSL color Cylindrical-coordinate representation of color #AD2C8A: hue angle of 316.28º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C8A is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 138 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.32 |
| HSL | 316.28º | 0.59% | 0.43% | - |
| HSV(B) | 316.28º | 0.75% | 0.68% | - |
| XYZ | 22.72 | 12.52 | 25.26 | - |
| YUV | 93.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 138 | 0 | 0.75 | 0.20 | 0.32 | 316.28 | 0.59 | 0.43 |
| Hex | AD | 2C | 8A | 0 | 4B | 14 | 20 | 13C | 3B | 2B |
| Octal | 255 | 54 | 212 | 0 | 113 | 24 | 40 | 474 | 73 | 53 |
| Binary | 10101101 | 101100 | 10001010 | 0 | 1001011 | 10100 | 100000 | 100111100 | 111011 | 101011 |
Color Harmonies of #AD2C8A
Complementary color
Monochromatic Colors of #AD2C8A
Black with #AD2C8A
Text Example
Text Example
White with #AD2C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C8A; }
p { color: rgb(173,44,138); }
H1.HeaderClassName
{
color: #AD2C8A;
}
.AnyTagClassName
{
color: #AD2C8A;
}
</style>
background-color css
<style>
a { background-color: #AD2C8A; }
a { background-color: rgb(173,44,138); }
div.DivClassName
{
background-color: #AD2C8A;
}
.BgClassName
{
background-color: #AD2C8A;
}
</style>
border-color css
<style>
span { border-color: #AD2C8A; }
span { border-color: rgb(173,44,138); }
td.TdClassName
{
border-color: #AD2C8A;
}
.TagClassName
{
border-color: #AD2C8A;
}
</style>