Shades of Medium Orchid #AD41EA
Tints of Medium Orchid #AD41EA
RGB
CMYK
RGB Variations
Color information
#AD41EA (or 0xAD41EA) is known color: Medium Orchid. HEX triplet: AD, 41 and EA. RGB value is (173,65,234). Sum of RGB (Red+Green+Blue) = 173+65+234=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD41EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41EA is #52BE15. Grayscale: #737373. Windows color (decimal): -5422614 or 15352237. OLE color: 15352237.
HSL color Cylindrical-coordinate representation of color #AD41EA: hue angle of 278.34º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD41EA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 65 | 234 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.08 |
| HSL | 278.34º | 0.8% | 0.59% | - |
| HSV(B) | 278.34º | 0.72% | 0.92% | - |
| XYZ | 33.98 | 18.61 | 79.64 | - |
| YUV | 116.56 | 194.28 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 234 | 0.26 | 0.72 | 0 | 0.08 | 278.34 | 0.8 | 0.59 |
| Hex | AD | 41 | EA | 1A | 48 | 0 | 8 | 116 | 50 | 3B |
| Octal | 255 | 101 | 352 | 32 | 110 | 0 | 10 | 426 | 120 | 73 |
| Binary | 10101101 | 1000001 | 11101010 | 11010 | 1001000 | 0 | 1000 | 100010110 | 1010000 | 111011 |
Color Harmonies of #AD41EA
Complementary color
Monochromatic Colors of #AD41EA
Black with #AD41EA
Text Example
Text Example
White with #AD41EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41EA; }
p { color: rgb(173,65,234); }
H1.HeaderClassName
{
color: #AD41EA;
}
.AnyTagClassName
{
color: #AD41EA;
}
</style>
background-color css
<style>
a { background-color: #AD41EA; }
a { background-color: rgb(173,65,234); }
div.DivClassName
{
background-color: #AD41EA;
}
.BgClassName
{
background-color: #AD41EA;
}
</style>
border-color css
<style>
span { border-color: #AD41EA; }
span { border-color: rgb(173,65,234); }
td.TdClassName
{
border-color: #AD41EA;
}
.TagClassName
{
border-color: #AD41EA;
}
</style>