Shades of Medium Purple #AD7CDD
Tints of Medium Purple #AD7CDD
RGB
CMYK
RGB Variations
Color information
#AD7CDD (or 0xAD7CDD) is known color: Medium Purple. HEX triplet: AD, 7C and DD. RGB value is (173,124,221). Sum of RGB (Red+Green+Blue) = 173+124+221=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CDD is #528322. Grayscale: #959595. Windows color (decimal): -5407523 or 14515373. OLE color: 14515373.
HSL color Cylindrical-coordinate representation of color #AD7CDD: hue angle of 270.31º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7CDD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 124 | 221 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.13 |
| HSL | 270.31º | 0.59% | 0.68% | - |
| HSV(B) | 270.31º | 0.44% | 0.87% | - |
| XYZ | 37.49 | 28.52 | 71.94 | - |
| YUV | 149.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 221 | 0.22 | 0.44 | 0 | 0.13 | 270.31 | 0.59 | 0.68 |
| Hex | AD | 7C | DD | 16 | 2C | 0 | D | 10E | 3B | 44 |
| Octal | 255 | 174 | 335 | 26 | 54 | 0 | 15 | 416 | 73 | 104 |
| Binary | 10101101 | 1111100 | 11011101 | 10110 | 101100 | 0 | 1101 | 100001110 | 111011 | 1000100 |
Color Harmonies of #AD7CDD
Complementary color
Monochromatic Colors of #AD7CDD
Black with #AD7CDD
Text Example
Text Example
White with #AD7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CDD; }
p { color: rgb(173,124,221); }
H1.HeaderClassName
{
color: #AD7CDD;
}
.AnyTagClassName
{
color: #AD7CDD;
}
</style>
background-color css
<style>
a { background-color: #AD7CDD; }
a { background-color: rgb(173,124,221); }
div.DivClassName
{
background-color: #AD7CDD;
}
.BgClassName
{
background-color: #AD7CDD;
}
</style>
border-color css
<style>
span { border-color: #AD7CDD; }
span { border-color: rgb(173,124,221); }
td.TdClassName
{
border-color: #AD7CDD;
}
.TagClassName
{
border-color: #AD7CDD;
}
</style>