Shades of Medium Purple #AD7CE6
Tints of Medium Purple #AD7CE6
RGB
CMYK
RGB Variations
Color information
#AD7CE6 (or 0xAD7CE6) is known color: Medium Purple. HEX triplet: AD, 7C and E6. RGB value is (173,124,230). Sum of RGB (Red+Green+Blue) = 173+124+230=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD7CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CE6 is #528319. Grayscale: #969696. Windows color (decimal): -5407514 or 15105197. OLE color: 15105197.
HSL color Cylindrical-coordinate representation of color #AD7CE6: hue angle of 267.74º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD7CE6 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 124 | 230 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.10 |
| HSL | 267.74º | 0.68% | 0.69% | - |
| HSV(B) | 267.74º | 0.46% | 0.9% | - |
| XYZ | 38.72 | 29.01 | 78.42 | - |
| YUV | 150.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 230 | 0.25 | 0.46 | 0 | 0.10 | 267.74 | 0.68 | 0.69 |
| Hex | AD | 7C | E6 | 19 | 2E | 0 | A | 10C | 44 | 45 |
| Octal | 255 | 174 | 346 | 31 | 56 | 0 | 12 | 414 | 104 | 105 |
| Binary | 10101101 | 1111100 | 11100110 | 11001 | 101110 | 0 | 1010 | 100001100 | 1000100 | 1000101 |
Color Harmonies of #AD7CE6
Complementary color
Monochromatic Colors of #AD7CE6
Black with #AD7CE6
Text Example
Text Example
White with #AD7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CE6; }
p { color: rgb(173,124,230); }
H1.HeaderClassName
{
color: #AD7CE6;
}
.AnyTagClassName
{
color: #AD7CE6;
}
</style>
background-color css
<style>
a { background-color: #AD7CE6; }
a { background-color: rgb(173,124,230); }
div.DivClassName
{
background-color: #AD7CE6;
}
.BgClassName
{
background-color: #AD7CE6;
}
</style>
border-color css
<style>
span { border-color: #AD7CE6; }
span { border-color: rgb(173,124,230); }
td.TdClassName
{
border-color: #AD7CE6;
}
.TagClassName
{
border-color: #AD7CE6;
}
</style>