Shades of Medium Purple #AD5EF8
Tints of Medium Purple #AD5EF8
RGB
CMYK
RGB Variations
Color information
#AD5EF8 (or 0xAD5EF8) is known color: Medium Purple. HEX triplet: AD, 5E and F8. RGB value is (173,94,248). Sum of RGB (Red+Green+Blue) = 173+94+248=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD5EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EF8 is #52A107. Grayscale: #868686. Windows color (decimal): -5415176 or 16277165. OLE color: 16277165.
HSL color Cylindrical-coordinate representation of color #AD5EF8: hue angle of 270.78º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5EF8 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 94 | 248 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.03 |
| HSL | 270.78º | 0.92% | 0.67% | - |
| HSV(B) | 270.78º | 0.62% | 0.97% | - |
| XYZ | 38.18 | 23.67 | 91.36 | - |
| YUV | 135.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 248 | 0.30 | 0.62 | 0 | 0.03 | 270.78 | 0.92 | 0.67 |
| Hex | AD | 5E | F8 | 1E | 3E | 0 | 3 | 10F | 5C | 43 |
| Octal | 255 | 136 | 370 | 36 | 76 | 0 | 3 | 417 | 134 | 103 |
| Binary | 10101101 | 1011110 | 11111000 | 11110 | 111110 | 0 | 11 | 100001111 | 1011100 | 1000011 |
Color Harmonies of #AD5EF8
Complementary color
Monochromatic Colors of #AD5EF8
Black with #AD5EF8
Text Example
Text Example
White with #AD5EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EF8; }
p { color: rgb(173,94,248); }
H1.HeaderClassName
{
color: #AD5EF8;
}
.AnyTagClassName
{
color: #AD5EF8;
}
</style>
background-color css
<style>
a { background-color: #AD5EF8; }
a { background-color: rgb(173,94,248); }
div.DivClassName
{
background-color: #AD5EF8;
}
.BgClassName
{
background-color: #AD5EF8;
}
</style>
border-color css
<style>
span { border-color: #AD5EF8; }
span { border-color: rgb(173,94,248); }
td.TdClassName
{
border-color: #AD5EF8;
}
.TagClassName
{
border-color: #AD5EF8;
}
</style>