Shades of Medium Purple #AD7CE0
Tints of Medium Purple #AD7CE0
RGB
CMYK
RGB Variations
Color information
#AD7CE0 (or 0xAD7CE0) is known color: Medium Purple. HEX triplet: AD, 7C and E0. RGB value is (173,124,224). Sum of RGB (Red+Green+Blue) = 173+124+224=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD7CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CE0 is #52831F. Grayscale: #959595. Windows color (decimal): -5407520 or 14711981. OLE color: 14711981.
HSL color Cylindrical-coordinate representation of color #AD7CE0: hue angle of 269.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7CE0 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 124 | 224 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.12 |
| HSL | 269.4º | 0.62% | 0.68% | - |
| HSV(B) | 269.4º | 0.45% | 0.88% | - |
| XYZ | 37.9 | 28.68 | 74.06 | - |
| YUV | 150.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 224 | 0.23 | 0.45 | 0 | 0.12 | 269.4 | 0.62 | 0.68 |
| Hex | AD | 7C | E0 | 17 | 2D | 0 | C | 10D | 3E | 44 |
| Octal | 255 | 174 | 340 | 27 | 55 | 0 | 14 | 415 | 76 | 104 |
| Binary | 10101101 | 1111100 | 11100000 | 10111 | 101101 | 0 | 1100 | 100001101 | 111110 | 1000100 |
Color Harmonies of #AD7CE0
Complementary color
Monochromatic Colors of #AD7CE0
Black with #AD7CE0
Text Example
Text Example
White with #AD7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CE0; }
p { color: rgb(173,124,224); }
H1.HeaderClassName
{
color: #AD7CE0;
}
.AnyTagClassName
{
color: #AD7CE0;
}
</style>
background-color css
<style>
a { background-color: #AD7CE0; }
a { background-color: rgb(173,124,224); }
div.DivClassName
{
background-color: #AD7CE0;
}
.BgClassName
{
background-color: #AD7CE0;
}
</style>
border-color css
<style>
span { border-color: #AD7CE0; }
span { border-color: rgb(173,124,224); }
td.TdClassName
{
border-color: #AD7CE0;
}
.TagClassName
{
border-color: #AD7CE0;
}
</style>