Shades of Medium Orchid #AD5FE1
Tints of Medium Orchid #AD5FE1
RGB
CMYK
RGB Variations
Color information
#AD5FE1 (or 0xAD5FE1) is known color: Medium Orchid. HEX triplet: AD, 5F and E1. RGB value is (173,95,225). Sum of RGB (Red+Green+Blue) = 173+95+225=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD5FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FE1 is #52A01E. Grayscale: #848484. Windows color (decimal): -5414943 or 14770093. OLE color: 14770093.
HSL color Cylindrical-coordinate representation of color #AD5FE1: hue angle of 276º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5FE1 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 95 | 225 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.12 |
| HSL | 276º | 0.68% | 0.63% | - |
| HSV(B) | 276º | 0.58% | 0.88% | - |
| XYZ | 34.92 | 22.5 | 73.74 | - |
| YUV | 133.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 225 | 0.23 | 0.58 | 0 | 0.12 | 276 | 0.68 | 0.63 |
| Hex | AD | 5F | E1 | 17 | 3A | 0 | C | 114 | 44 | 3F |
| Octal | 255 | 137 | 341 | 27 | 72 | 0 | 14 | 424 | 104 | 77 |
| Binary | 10101101 | 1011111 | 11100001 | 10111 | 111010 | 0 | 1100 | 100010100 | 1000100 | 111111 |
Color Harmonies of #AD5FE1
Complementary color
Monochromatic Colors of #AD5FE1
Black with #AD5FE1
Text Example
Text Example
White with #AD5FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FE1; }
p { color: rgb(173,95,225); }
H1.HeaderClassName
{
color: #AD5FE1;
}
.AnyTagClassName
{
color: #AD5FE1;
}
</style>
background-color css
<style>
a { background-color: #AD5FE1; }
a { background-color: rgb(173,95,225); }
div.DivClassName
{
background-color: #AD5FE1;
}
.BgClassName
{
background-color: #AD5FE1;
}
</style>
border-color css
<style>
span { border-color: #AD5FE1; }
span { border-color: rgb(173,95,225); }
td.TdClassName
{
border-color: #AD5FE1;
}
.TagClassName
{
border-color: #AD5FE1;
}
</style>