Shades of Medium Orchid #AD61E8
Tints of Medium Orchid #AD61E8
RGB
CMYK
RGB Variations
Color information
#AD61E8 (or 0xAD61E8) is known color: Medium Orchid. HEX triplet: AD, 61 and E8. RGB value is (173,97,232). Sum of RGB (Red+Green+Blue) = 173+97+232=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD61E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61E8 is #529E17. Grayscale: #868686. Windows color (decimal): -5414424 or 15229357. OLE color: 15229357.
HSL color Cylindrical-coordinate representation of color #AD61E8: hue angle of 273.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD61E8 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 97 | 232 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.09 |
| HSL | 273.78º | 0.75% | 0.65% | - |
| HSV(B) | 273.78º | 0.58% | 0.91% | - |
| XYZ | 36.07 | 23.26 | 78.93 | - |
| YUV | 135.11 | 182.68 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 232 | 0.25 | 0.58 | 0 | 0.09 | 273.78 | 0.75 | 0.65 |
| Hex | AD | 61 | E8 | 19 | 3A | 0 | 9 | 112 | 4B | 41 |
| Octal | 255 | 141 | 350 | 31 | 72 | 0 | 11 | 422 | 113 | 101 |
| Binary | 10101101 | 1100001 | 11101000 | 11001 | 111010 | 0 | 1001 | 100010010 | 1001011 | 1000001 |
Color Harmonies of #AD61E8
Complementary color
Monochromatic Colors of #AD61E8
Black with #AD61E8
Text Example
Text Example
White with #AD61E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61E8; }
p { color: rgb(173,97,232); }
H1.HeaderClassName
{
color: #AD61E8;
}
.AnyTagClassName
{
color: #AD61E8;
}
</style>
background-color css
<style>
a { background-color: #AD61E8; }
a { background-color: rgb(173,97,232); }
div.DivClassName
{
background-color: #AD61E8;
}
.BgClassName
{
background-color: #AD61E8;
}
</style>
border-color css
<style>
span { border-color: #AD61E8; }
span { border-color: rgb(173,97,232); }
td.TdClassName
{
border-color: #AD61E8;
}
.TagClassName
{
border-color: #AD61E8;
}
</style>