Shades of Medium Purple #AD7EE7
Tints of Medium Purple #AD7EE7
RGB
CMYK
RGB Variations
Color information
#AD7EE7 (or 0xAD7EE7) is known color: Medium Purple. HEX triplet: AD, 7E and E7. RGB value is (173,126,231). Sum of RGB (Red+Green+Blue) = 173+126+231=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD7EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EE7 is #528118. Grayscale: #979797. Windows color (decimal): -5407001 or 15171245. OLE color: 15171245.
HSL color Cylindrical-coordinate representation of color #AD7EE7: hue angle of 266.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD7EE7 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 126 | 231 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.09 |
| HSL | 266.86º | 0.69% | 0.7% | - |
| HSV(B) | 266.86º | 0.45% | 0.91% | - |
| XYZ | 39.12 | 29.58 | 79.25 | - |
| YUV | 152.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 231 | 0.25 | 0.45 | 0 | 0.09 | 266.86 | 0.69 | 0.7 |
| Hex | AD | 7E | E7 | 19 | 2D | 0 | 9 | 10B | 45 | 46 |
| Octal | 255 | 176 | 347 | 31 | 55 | 0 | 11 | 413 | 105 | 106 |
| Binary | 10101101 | 1111110 | 11100111 | 11001 | 101101 | 0 | 1001 | 100001011 | 1000101 | 1000110 |
Color Harmonies of #AD7EE7
Complementary color
Monochromatic Colors of #AD7EE7
Black with #AD7EE7
Text Example
Text Example
White with #AD7EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EE7; }
p { color: rgb(173,126,231); }
H1.HeaderClassName
{
color: #AD7EE7;
}
.AnyTagClassName
{
color: #AD7EE7;
}
</style>
background-color css
<style>
a { background-color: #AD7EE7; }
a { background-color: rgb(173,126,231); }
div.DivClassName
{
background-color: #AD7EE7;
}
.BgClassName
{
background-color: #AD7EE7;
}
</style>
border-color css
<style>
span { border-color: #AD7EE7; }
span { border-color: rgb(173,126,231); }
td.TdClassName
{
border-color: #AD7EE7;
}
.TagClassName
{
border-color: #AD7EE7;
}
</style>