Shades of Medium Purple #AD7ADD
Tints of Medium Purple #AD7ADD
RGB
CMYK
RGB Variations
Color information
#AD7ADD (or 0xAD7ADD) is known color: Medium Purple. HEX triplet: AD, 7A and DD. RGB value is (173,122,221). Sum of RGB (Red+Green+Blue) = 173+122+221=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ADD is #528522. Grayscale: #949494. Windows color (decimal): -5408035 or 14514861. OLE color: 14514861.
HSL color Cylindrical-coordinate representation of color #AD7ADD: hue angle of 270.91º degrees, saturation: 0.59, 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 #AD7ADD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 122 | 221 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.13 |
| HSL | 270.91º | 0.59% | 0.67% | - |
| HSV(B) | 270.91º | 0.45% | 0.87% | - |
| XYZ | 37.24 | 28.02 | 71.85 | - |
| YUV | 148.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 221 | 0.22 | 0.45 | 0 | 0.13 | 270.91 | 0.59 | 0.67 |
| Hex | AD | 7A | DD | 16 | 2D | 0 | D | 10F | 3B | 43 |
| Octal | 255 | 172 | 335 | 26 | 55 | 0 | 15 | 417 | 73 | 103 |
| Binary | 10101101 | 1111010 | 11011101 | 10110 | 101101 | 0 | 1101 | 100001111 | 111011 | 1000011 |
Color Harmonies of #AD7ADD
Complementary color
Monochromatic Colors of #AD7ADD
Black with #AD7ADD
Text Example
Text Example
White with #AD7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7ADD; }
p { color: rgb(173,122,221); }
H1.HeaderClassName
{
color: #AD7ADD;
}
.AnyTagClassName
{
color: #AD7ADD;
}
</style>
background-color css
<style>
a { background-color: #AD7ADD; }
a { background-color: rgb(173,122,221); }
div.DivClassName
{
background-color: #AD7ADD;
}
.BgClassName
{
background-color: #AD7ADD;
}
</style>
border-color css
<style>
span { border-color: #AD7ADD; }
span { border-color: rgb(173,122,221); }
td.TdClassName
{
border-color: #AD7ADD;
}
.TagClassName
{
border-color: #AD7ADD;
}
</style>