Shades of Medium Purple #AD7ADE
Tints of Medium Purple #AD7ADE
RGB
CMYK
RGB Variations
Color information
#AD7ADE (or 0xAD7ADE) is known color: Medium Purple. HEX triplet: AD, 7A and DE. RGB value is (173,122,222). Sum of RGB (Red+Green+Blue) = 173+122+222=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD7ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ADE is #528521. Grayscale: #949494. Windows color (decimal): -5408034 or 14580397. OLE color: 14580397.
HSL color Cylindrical-coordinate representation of color #AD7ADE: hue angle of 270.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7ADE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 122 | 222 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.13 |
| HSL | 270.6º | 0.6% | 0.67% | - |
| HSV(B) | 270.6º | 0.45% | 0.87% | - |
| XYZ | 37.38 | 28.08 | 72.56 | - |
| YUV | 148.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 222 | 0.22 | 0.45 | 0 | 0.13 | 270.6 | 0.6 | 0.67 |
| Hex | AD | 7A | DE | 16 | 2D | 0 | D | 10F | 3C | 43 |
| Octal | 255 | 172 | 336 | 26 | 55 | 0 | 15 | 417 | 74 | 103 |
| Binary | 10101101 | 1111010 | 11011110 | 10110 | 101101 | 0 | 1101 | 100001111 | 111100 | 1000011 |
Color Harmonies of #AD7ADE
Complementary color
Monochromatic Colors of #AD7ADE
Black with #AD7ADE
Text Example
Text Example
White with #AD7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7ADE; }
p { color: rgb(173,122,222); }
H1.HeaderClassName
{
color: #AD7ADE;
}
.AnyTagClassName
{
color: #AD7ADE;
}
</style>
background-color css
<style>
a { background-color: #AD7ADE; }
a { background-color: rgb(173,122,222); }
div.DivClassName
{
background-color: #AD7ADE;
}
.BgClassName
{
background-color: #AD7ADE;
}
</style>
border-color css
<style>
span { border-color: #AD7ADE; }
span { border-color: rgb(173,122,222); }
td.TdClassName
{
border-color: #AD7ADE;
}
.TagClassName
{
border-color: #AD7ADE;
}
</style>