Shades of Medium Orchid #AD4AEF
Tints of Medium Orchid #AD4AEF
RGB
CMYK
RGB Variations
Color information
#AD4AEF (or 0xAD4AEF) is known color: Medium Orchid. HEX triplet: AD, 4A and EF. RGB value is (173,74,239). Sum of RGB (Red+Green+Blue) = 173+74+239=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD4AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AEF is #52B510. Grayscale: #797979. Windows color (decimal): -5420305 or 15682221. OLE color: 15682221.
HSL color Cylindrical-coordinate representation of color #AD4AEF: hue angle of 276º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4AEF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 74 | 239 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.06 |
| HSL | 276º | 0.84% | 0.61% | - |
| HSV(B) | 276º | 0.69% | 0.94% | - |
| XYZ | 35.26 | 20.01 | 83.67 | - |
| YUV | 122.41 | 193.8 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 239 | 0.28 | 0.69 | 0 | 0.06 | 276 | 0.84 | 0.61 |
| Hex | AD | 4A | EF | 1C | 45 | 0 | 6 | 114 | 54 | 3D |
| Octal | 255 | 112 | 357 | 34 | 105 | 0 | 6 | 424 | 124 | 75 |
| Binary | 10101101 | 1001010 | 11101111 | 11100 | 1000101 | 0 | 110 | 100010100 | 1010100 | 111101 |
Color Harmonies of #AD4AEF
Complementary color
Monochromatic Colors of #AD4AEF
Black with #AD4AEF
Text Example
Text Example
White with #AD4AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AEF; }
p { color: rgb(173,74,239); }
H1.HeaderClassName
{
color: #AD4AEF;
}
.AnyTagClassName
{
color: #AD4AEF;
}
</style>
background-color css
<style>
a { background-color: #AD4AEF; }
a { background-color: rgb(173,74,239); }
div.DivClassName
{
background-color: #AD4AEF;
}
.BgClassName
{
background-color: #AD4AEF;
}
</style>
border-color css
<style>
span { border-color: #AD4AEF; }
span { border-color: rgb(173,74,239); }
td.TdClassName
{
border-color: #AD4AEF;
}
.TagClassName
{
border-color: #AD4AEF;
}
</style>