Shades of Medium Purple #AD7ADF
Tints of Medium Purple #AD7ADF
RGB
CMYK
RGB Variations
Color information
#AD7ADF (or 0xAD7ADF) is known color: Medium Purple. HEX triplet: AD, 7A and DF. RGB value is (173,122,223). Sum of RGB (Red+Green+Blue) = 173+122+223=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD7ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ADF is #528520. Grayscale: #949494. Windows color (decimal): -5408033 or 14645933. OLE color: 14645933.
HSL color Cylindrical-coordinate representation of color #AD7ADF: hue angle of 270.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7ADF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 122 | 223 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.13 |
| HSL | 270.3º | 0.61% | 0.68% | - |
| HSV(B) | 270.3º | 0.45% | 0.87% | - |
| XYZ | 37.51 | 28.13 | 73.26 | - |
| YUV | 148.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 223 | 0.22 | 0.45 | 0 | 0.13 | 270.3 | 0.61 | 0.68 |
| Hex | AD | 7A | DF | 16 | 2D | 0 | D | 10E | 3D | 44 |
| Octal | 255 | 172 | 337 | 26 | 55 | 0 | 15 | 416 | 75 | 104 |
| Binary | 10101101 | 1111010 | 11011111 | 10110 | 101101 | 0 | 1101 | 100001110 | 111101 | 1000100 |
Color Harmonies of #AD7ADF
Complementary color
Monochromatic Colors of #AD7ADF
Black with #AD7ADF
Text Example
Text Example
White with #AD7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7ADF; }
p { color: rgb(173,122,223); }
H1.HeaderClassName
{
color: #AD7ADF;
}
.AnyTagClassName
{
color: #AD7ADF;
}
</style>
background-color css
<style>
a { background-color: #AD7ADF; }
a { background-color: rgb(173,122,223); }
div.DivClassName
{
background-color: #AD7ADF;
}
.BgClassName
{
background-color: #AD7ADF;
}
</style>
border-color css
<style>
span { border-color: #AD7ADF; }
span { border-color: rgb(173,122,223); }
td.TdClassName
{
border-color: #AD7ADF;
}
.TagClassName
{
border-color: #AD7ADF;
}
</style>