Shades of Medium Purple #AD7EFB
Tints of Medium Purple #AD7EFB
RGB
CMYK
RGB Variations
Color information
#AD7EFB (or 0xAD7EFB) is known color: Medium Purple. HEX triplet: AD, 7E and FB. RGB value is (173,126,251). Sum of RGB (Red+Green+Blue) = 173+126+251=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EFB is #528104. Grayscale: #999999. Windows color (decimal): -5406981 or 16481965. OLE color: 16481965.
HSL color Cylindrical-coordinate representation of color #AD7EFB: hue angle of 262.56º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7EFB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 126 | 251 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.02 |
| HSL | 262.56º | 0.94% | 0.74% | - |
| HSV(B) | 262.56º | 0.5% | 0.98% | - |
| XYZ | 42.11 | 30.77 | 94.99 | - |
| YUV | 154.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 251 | 0.31 | 0.50 | 0 | 0.02 | 262.56 | 0.94 | 0.74 |
| Hex | AD | 7E | FB | 1F | 32 | 0 | 2 | 107 | 5E | 4A |
| Octal | 255 | 176 | 373 | 37 | 62 | 0 | 2 | 407 | 136 | 112 |
| Binary | 10101101 | 1111110 | 11111011 | 11111 | 110010 | 0 | 10 | 100000111 | 1011110 | 1001010 |
Color Harmonies of #AD7EFB
Complementary color
Monochromatic Colors of #AD7EFB
Black with #AD7EFB
Text Example
Text Example
White with #AD7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EFB; }
p { color: rgb(173,126,251); }
H1.HeaderClassName
{
color: #AD7EFB;
}
.AnyTagClassName
{
color: #AD7EFB;
}
</style>
background-color css
<style>
a { background-color: #AD7EFB; }
a { background-color: rgb(173,126,251); }
div.DivClassName
{
background-color: #AD7EFB;
}
.BgClassName
{
background-color: #AD7EFB;
}
</style>
border-color css
<style>
span { border-color: #AD7EFB; }
span { border-color: rgb(173,126,251); }
td.TdClassName
{
border-color: #AD7EFB;
}
.TagClassName
{
border-color: #AD7EFB;
}
</style>