Shades of Medium Orchid #AD3EE4
Tints of Medium Orchid #AD3EE4
RGB
CMYK
RGB Variations
Color information
#AD3EE4 (or 0xAD3EE4) is known color: Medium Orchid. HEX triplet: AD, 3E and E4. RGB value is (173,62,228). Sum of RGB (Red+Green+Blue) = 173+62+228=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD3EE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EE4 is #52C11B. Grayscale: #717171. Windows color (decimal): -5423388 or 14958253. OLE color: 14958253.
HSL color Cylindrical-coordinate representation of color #AD3EE4: hue angle of 280.12º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3EE4 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 62 | 228 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.11 |
| HSL | 280.12º | 0.75% | 0.57% | - |
| HSV(B) | 280.12º | 0.73% | 0.89% | - |
| XYZ | 32.96 | 17.93 | 75.12 | - |
| YUV | 114.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 228 | 0.24 | 0.73 | 0 | 0.11 | 280.12 | 0.75 | 0.57 |
| Hex | AD | 3E | E4 | 18 | 49 | 0 | B | 118 | 4B | 39 |
| Octal | 255 | 76 | 344 | 30 | 111 | 0 | 13 | 430 | 113 | 71 |
| Binary | 10101101 | 111110 | 11100100 | 11000 | 1001001 | 0 | 1011 | 100011000 | 1001011 | 111001 |
Color Harmonies of #AD3EE4
Complementary color
Monochromatic Colors of #AD3EE4
Black with #AD3EE4
Text Example
Text Example
White with #AD3EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EE4; }
p { color: rgb(173,62,228); }
H1.HeaderClassName
{
color: #AD3EE4;
}
.AnyTagClassName
{
color: #AD3EE4;
}
</style>
background-color css
<style>
a { background-color: #AD3EE4; }
a { background-color: rgb(173,62,228); }
div.DivClassName
{
background-color: #AD3EE4;
}
.BgClassName
{
background-color: #AD3EE4;
}
</style>
border-color css
<style>
span { border-color: #AD3EE4; }
span { border-color: rgb(173,62,228); }
td.TdClassName
{
border-color: #AD3EE4;
}
.TagClassName
{
border-color: #AD3EE4;
}
</style>