Shades of Medium Orchid #AD4AEE
Tints of Medium Orchid #AD4AEE
RGB
CMYK
RGB Variations
Color information
#AD4AEE (or 0xAD4AEE) is known color: Medium Orchid. HEX triplet: AD, 4A and EE. RGB value is (173,74,238). Sum of RGB (Red+Green+Blue) = 173+74+238=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD4AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AEE is #52B511. Grayscale: #797979. Windows color (decimal): -5420306 or 15616685. OLE color: 15616685.
HSL color Cylindrical-coordinate representation of color #AD4AEE: hue angle of 276.22º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4AEE is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 74 | 238 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.07 |
| HSL | 276.22º | 0.83% | 0.61% | - |
| HSV(B) | 276.22º | 0.69% | 0.93% | - |
| XYZ | 35.11 | 19.95 | 82.89 | - |
| YUV | 122.3 | 193.3 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 238 | 0.27 | 0.69 | 0 | 0.07 | 276.22 | 0.83 | 0.61 |
| Hex | AD | 4A | EE | 1B | 45 | 0 | 7 | 114 | 53 | 3D |
| Octal | 255 | 112 | 356 | 33 | 105 | 0 | 7 | 424 | 123 | 75 |
| Binary | 10101101 | 1001010 | 11101110 | 11011 | 1000101 | 0 | 111 | 100010100 | 1010011 | 111101 |
Color Harmonies of #AD4AEE
Complementary color
Monochromatic Colors of #AD4AEE
Black with #AD4AEE
Text Example
Text Example
White with #AD4AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AEE; }
p { color: rgb(173,74,238); }
H1.HeaderClassName
{
color: #AD4AEE;
}
.AnyTagClassName
{
color: #AD4AEE;
}
</style>
background-color css
<style>
a { background-color: #AD4AEE; }
a { background-color: rgb(173,74,238); }
div.DivClassName
{
background-color: #AD4AEE;
}
.BgClassName
{
background-color: #AD4AEE;
}
</style>
border-color css
<style>
span { border-color: #AD4AEE; }
span { border-color: rgb(173,74,238); }
td.TdClassName
{
border-color: #AD4AEE;
}
.TagClassName
{
border-color: #AD4AEE;
}
</style>