Shades of Medium Purple #AD6FE7
Tints of Medium Purple #AD6FE7
RGB
CMYK
RGB Variations
Color information
#AD6FE7 (or 0xAD6FE7) is known color: Medium Purple. HEX triplet: AD, 6F and E7. RGB value is (173,111,231). Sum of RGB (Red+Green+Blue) = 173+111+231=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD6FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FE7 is #529018. Grayscale: #8E8E8E. Windows color (decimal): -5410841 or 15167405. OLE color: 15167405.
HSL color Cylindrical-coordinate representation of color #AD6FE7: hue angle of 271º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6FE7 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 111 | 231 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.09 |
| HSL | 271º | 0.71% | 0.67% | - |
| HSV(B) | 271º | 0.52% | 0.91% | - |
| XYZ | 37.34 | 26.02 | 78.66 | - |
| YUV | 143.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 231 | 0.25 | 0.52 | 0 | 0.09 | 271 | 0.71 | 0.67 |
| Hex | AD | 6F | E7 | 19 | 34 | 0 | 9 | 10F | 47 | 43 |
| Octal | 255 | 157 | 347 | 31 | 64 | 0 | 11 | 417 | 107 | 103 |
| Binary | 10101101 | 1101111 | 11100111 | 11001 | 110100 | 0 | 1001 | 100001111 | 1000111 | 1000011 |
Color Harmonies of #AD6FE7
Complementary color
Monochromatic Colors of #AD6FE7
Black with #AD6FE7
Text Example
Text Example
White with #AD6FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FE7; }
p { color: rgb(173,111,231); }
H1.HeaderClassName
{
color: #AD6FE7;
}
.AnyTagClassName
{
color: #AD6FE7;
}
</style>
background-color css
<style>
a { background-color: #AD6FE7; }
a { background-color: rgb(173,111,231); }
div.DivClassName
{
background-color: #AD6FE7;
}
.BgClassName
{
background-color: #AD6FE7;
}
</style>
border-color css
<style>
span { border-color: #AD6FE7; }
span { border-color: rgb(173,111,231); }
td.TdClassName
{
border-color: #AD6FE7;
}
.TagClassName
{
border-color: #AD6FE7;
}
</style>