Shades of Medium Orchid #AD42E8
Tints of Medium Orchid #AD42E8
RGB
CMYK
RGB Variations
Color information
#AD42E8 (or 0xAD42E8) is known color: Medium Orchid. HEX triplet: AD, 42 and E8. RGB value is (173,66,232). Sum of RGB (Red+Green+Blue) = 173+66+232=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD42E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42E8 is #52BD17. Grayscale: #747474. Windows color (decimal): -5422360 or 15221421. OLE color: 15221421.
HSL color Cylindrical-coordinate representation of color #AD42E8: hue angle of 278.67º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD42E8 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 66 | 232 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.09 |
| HSL | 278.67º | 0.78% | 0.58% | - |
| HSV(B) | 278.67º | 0.72% | 0.91% | - |
| XYZ | 33.75 | 18.61 | 78.16 | - |
| YUV | 116.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 232 | 0.25 | 0.72 | 0 | 0.09 | 278.67 | 0.78 | 0.58 |
| Hex | AD | 42 | E8 | 19 | 48 | 0 | 9 | 117 | 4E | 3A |
| Octal | 255 | 102 | 350 | 31 | 110 | 0 | 11 | 427 | 116 | 72 |
| Binary | 10101101 | 1000010 | 11101000 | 11001 | 1001000 | 0 | 1001 | 100010111 | 1001110 | 111010 |
Color Harmonies of #AD42E8
Complementary color
Monochromatic Colors of #AD42E8
Black with #AD42E8
Text Example
Text Example
White with #AD42E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42E8; }
p { color: rgb(173,66,232); }
H1.HeaderClassName
{
color: #AD42E8;
}
.AnyTagClassName
{
color: #AD42E8;
}
</style>
background-color css
<style>
a { background-color: #AD42E8; }
a { background-color: rgb(173,66,232); }
div.DivClassName
{
background-color: #AD42E8;
}
.BgClassName
{
background-color: #AD42E8;
}
</style>
border-color css
<style>
span { border-color: #AD42E8; }
span { border-color: rgb(173,66,232); }
td.TdClassName
{
border-color: #AD42E8;
}
.TagClassName
{
border-color: #AD42E8;
}
</style>