Shades of Medium Orchid #AD4DEA
Tints of Medium Orchid #AD4DEA
RGB
CMYK
RGB Variations
Color information
#AD4DEA (or 0xAD4DEA) is known color: Medium Orchid. HEX triplet: AD, 4D and EA. RGB value is (173,77,234). Sum of RGB (Red+Green+Blue) = 173+77+234=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD4DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DEA is #52B215. Grayscale: #7B7B7B. Windows color (decimal): -5419542 or 15355309. OLE color: 15355309.
HSL color Cylindrical-coordinate representation of color #AD4DEA: hue angle of 276.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4DEA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 77 | 234 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.08 |
| HSL | 276.69º | 0.79% | 0.61% | - |
| HSV(B) | 276.69º | 0.67% | 0.92% | - |
| XYZ | 34.74 | 20.13 | 79.9 | - |
| YUV | 123.6 | 190.3 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 234 | 0.26 | 0.67 | 0 | 0.08 | 276.69 | 0.79 | 0.61 |
| Hex | AD | 4D | EA | 1A | 43 | 0 | 8 | 115 | 4F | 3D |
| Octal | 255 | 115 | 352 | 32 | 103 | 0 | 10 | 425 | 117 | 75 |
| Binary | 10101101 | 1001101 | 11101010 | 11010 | 1000011 | 0 | 1000 | 100010101 | 1001111 | 111101 |
Color Harmonies of #AD4DEA
Complementary color
Monochromatic Colors of #AD4DEA
Black with #AD4DEA
Text Example
Text Example
White with #AD4DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DEA; }
p { color: rgb(173,77,234); }
H1.HeaderClassName
{
color: #AD4DEA;
}
.AnyTagClassName
{
color: #AD4DEA;
}
</style>
background-color css
<style>
a { background-color: #AD4DEA; }
a { background-color: rgb(173,77,234); }
div.DivClassName
{
background-color: #AD4DEA;
}
.BgClassName
{
background-color: #AD4DEA;
}
</style>
border-color css
<style>
span { border-color: #AD4DEA; }
span { border-color: rgb(173,77,234); }
td.TdClassName
{
border-color: #AD4DEA;
}
.TagClassName
{
border-color: #AD4DEA;
}
</style>