Shades of Medium Purple #AD5EF5
Tints of Medium Purple #AD5EF5
RGB
CMYK
RGB Variations
Color information
#AD5EF5 (or 0xAD5EF5) is known color: Medium Purple. HEX triplet: AD, 5E and F5. RGB value is (173,94,245). Sum of RGB (Red+Green+Blue) = 173+94+245=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD5EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EF5 is #52A10A. Grayscale: #868686. Windows color (decimal): -5415179 or 16080557. OLE color: 16080557.
HSL color Cylindrical-coordinate representation of color #AD5EF5: hue angle of 271.39º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5EF5 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 94 | 245 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.04 |
| HSL | 271.39º | 0.88% | 0.66% | - |
| HSV(B) | 271.39º | 0.62% | 0.96% | - |
| XYZ | 37.72 | 23.48 | 88.93 | - |
| YUV | 134.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 245 | 0.29 | 0.62 | 0 | 0.04 | 271.39 | 0.88 | 0.66 |
| Hex | AD | 5E | F5 | 1D | 3E | 0 | 4 | 10F | 58 | 42 |
| Octal | 255 | 136 | 365 | 35 | 76 | 0 | 4 | 417 | 130 | 102 |
| Binary | 10101101 | 1011110 | 11110101 | 11101 | 111110 | 0 | 100 | 100001111 | 1011000 | 1000010 |
Color Harmonies of #AD5EF5
Complementary color
Monochromatic Colors of #AD5EF5
Black with #AD5EF5
Text Example
Text Example
White with #AD5EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EF5; }
p { color: rgb(173,94,245); }
H1.HeaderClassName
{
color: #AD5EF5;
}
.AnyTagClassName
{
color: #AD5EF5;
}
</style>
background-color css
<style>
a { background-color: #AD5EF5; }
a { background-color: rgb(173,94,245); }
div.DivClassName
{
background-color: #AD5EF5;
}
.BgClassName
{
background-color: #AD5EF5;
}
</style>
border-color css
<style>
span { border-color: #AD5EF5; }
span { border-color: rgb(173,94,245); }
td.TdClassName
{
border-color: #AD5EF5;
}
.TagClassName
{
border-color: #AD5EF5;
}
</style>