Shades of Medium Purple #AD7BEF
Tints of Medium Purple #AD7BEF
RGB
CMYK
RGB Variations
Color information
#AD7BEF (or 0xAD7BEF) is known color: Medium Purple. HEX triplet: AD, 7B and EF. RGB value is (173,123,239). Sum of RGB (Red+Green+Blue) = 173+123+239=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD7BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BEF is #528410. Grayscale: #969696. Windows color (decimal): -5407761 or 15694765. OLE color: 15694765.
HSL color Cylindrical-coordinate representation of color #AD7BEF: hue angle of 265.86º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7BEF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 123 | 239 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.06 |
| HSL | 265.86º | 0.78% | 0.71% | - |
| HSV(B) | 265.86º | 0.49% | 0.94% | - |
| XYZ | 39.9 | 29.28 | 85.21 | - |
| YUV | 151.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 239 | 0.28 | 0.49 | 0 | 0.06 | 265.86 | 0.78 | 0.71 |
| Hex | AD | 7B | EF | 1C | 31 | 0 | 6 | 10A | 4E | 47 |
| Octal | 255 | 173 | 357 | 34 | 61 | 0 | 6 | 412 | 116 | 107 |
| Binary | 10101101 | 1111011 | 11101111 | 11100 | 110001 | 0 | 110 | 100001010 | 1001110 | 1000111 |
Color Harmonies of #AD7BEF
Complementary color
Monochromatic Colors of #AD7BEF
Black with #AD7BEF
Text Example
Text Example
White with #AD7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BEF; }
p { color: rgb(173,123,239); }
H1.HeaderClassName
{
color: #AD7BEF;
}
.AnyTagClassName
{
color: #AD7BEF;
}
</style>
background-color css
<style>
a { background-color: #AD7BEF; }
a { background-color: rgb(173,123,239); }
div.DivClassName
{
background-color: #AD7BEF;
}
.BgClassName
{
background-color: #AD7BEF;
}
</style>
border-color css
<style>
span { border-color: #AD7BEF; }
span { border-color: rgb(173,123,239); }
td.TdClassName
{
border-color: #AD7BEF;
}
.TagClassName
{
border-color: #AD7BEF;
}
</style>