Shades of Medium Purple #AD5EFA
Tints of Medium Purple #AD5EFA
RGB
CMYK
RGB Variations
Color information
#AD5EFA (or 0xAD5EFA) is known color: Medium Purple. HEX triplet: AD, 5E and FA. RGB value is (173,94,250). Sum of RGB (Red+Green+Blue) = 173+94+250=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EFA is #52A105. Grayscale: #868686. Windows color (decimal): -5415174 or 16408237. OLE color: 16408237.
HSL color Cylindrical-coordinate representation of color #AD5EFA: hue angle of 270.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5EFA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 94 | 250 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.02 |
| HSL | 270.38º | 0.94% | 0.67% | - |
| HSV(B) | 270.38º | 0.62% | 0.98% | - |
| XYZ | 38.49 | 23.79 | 93.01 | - |
| YUV | 135.41 | 192.67 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 250 | 0.31 | 0.62 | 0 | 0.02 | 270.38 | 0.94 | 0.67 |
| Hex | AD | 5E | FA | 1F | 3E | 0 | 2 | 10E | 5E | 43 |
| Octal | 255 | 136 | 372 | 37 | 76 | 0 | 2 | 416 | 136 | 103 |
| Binary | 10101101 | 1011110 | 11111010 | 11111 | 111110 | 0 | 10 | 100001110 | 1011110 | 1000011 |
Color Harmonies of #AD5EFA
Complementary color
Monochromatic Colors of #AD5EFA
Black with #AD5EFA
Text Example
Text Example
White with #AD5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EFA; }
p { color: rgb(173,94,250); }
H1.HeaderClassName
{
color: #AD5EFA;
}
.AnyTagClassName
{
color: #AD5EFA;
}
</style>
background-color css
<style>
a { background-color: #AD5EFA; }
a { background-color: rgb(173,94,250); }
div.DivClassName
{
background-color: #AD5EFA;
}
.BgClassName
{
background-color: #AD5EFA;
}
</style>
border-color css
<style>
span { border-color: #AD5EFA; }
span { border-color: rgb(173,94,250); }
td.TdClassName
{
border-color: #AD5EFA;
}
.TagClassName
{
border-color: #AD5EFA;
}
</style>