Shades of Medium Orchid #AD42EF
Tints of Medium Orchid #AD42EF
RGB
CMYK
RGB Variations
Color information
#AD42EF (or 0xAD42EF) is known color: Medium Orchid. HEX triplet: AD, 42 and EF. RGB value is (173,66,239). Sum of RGB (Red+Green+Blue) = 173+66+239=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42EF is #52BD10. Grayscale: #757575. Windows color (decimal): -5422353 or 15680173. OLE color: 15680173.
HSL color Cylindrical-coordinate representation of color #AD42EF: hue angle of 277.11º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD42EF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 66 | 239 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.06 |
| HSL | 277.11º | 0.84% | 0.6% | - |
| HSV(B) | 277.11º | 0.72% | 0.94% | - |
| XYZ | 34.76 | 19.01 | 83.5 | - |
| YUV | 117.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 239 | 0.28 | 0.72 | 0 | 0.06 | 277.11 | 0.84 | 0.6 |
| Hex | AD | 42 | EF | 1C | 48 | 0 | 6 | 115 | 54 | 3C |
| Octal | 255 | 102 | 357 | 34 | 110 | 0 | 6 | 425 | 124 | 74 |
| Binary | 10101101 | 1000010 | 11101111 | 11100 | 1001000 | 0 | 110 | 100010101 | 1010100 | 111100 |
Color Harmonies of #AD42EF
Complementary color
Monochromatic Colors of #AD42EF
Black with #AD42EF
Text Example
Text Example
White with #AD42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42EF; }
p { color: rgb(173,66,239); }
H1.HeaderClassName
{
color: #AD42EF;
}
.AnyTagClassName
{
color: #AD42EF;
}
</style>
background-color css
<style>
a { background-color: #AD42EF; }
a { background-color: rgb(173,66,239); }
div.DivClassName
{
background-color: #AD42EF;
}
.BgClassName
{
background-color: #AD42EF;
}
</style>
border-color css
<style>
span { border-color: #AD42EF; }
span { border-color: rgb(173,66,239); }
td.TdClassName
{
border-color: #AD42EF;
}
.TagClassName
{
border-color: #AD42EF;
}
</style>