Shades of Medium Orchid #AD4FE8
Tints of Medium Orchid #AD4FE8
RGB
CMYK
RGB Variations
Color information
#AD4FE8 (or 0xAD4FE8) is known color: Medium Orchid. HEX triplet: AD, 4F and E8. RGB value is (173,79,232). Sum of RGB (Red+Green+Blue) = 173+79+232=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD4FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FE8 is #52B017. Grayscale: #7C7C7C. Windows color (decimal): -5419032 or 15224749. OLE color: 15224749.
HSL color Cylindrical-coordinate representation of color #AD4FE8: hue angle of 276.86º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4FE8 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 79 | 232 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.09 |
| HSL | 276.86º | 0.77% | 0.61% | - |
| HSV(B) | 276.86º | 0.66% | 0.91% | - |
| XYZ | 34.6 | 20.3 | 78.44 | - |
| YUV | 124.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 232 | 0.25 | 0.66 | 0 | 0.09 | 276.86 | 0.77 | 0.61 |
| Hex | AD | 4F | E8 | 19 | 42 | 0 | 9 | 115 | 4D | 3D |
| Octal | 255 | 117 | 350 | 31 | 102 | 0 | 11 | 425 | 115 | 75 |
| Binary | 10101101 | 1001111 | 11101000 | 11001 | 1000010 | 0 | 1001 | 100010101 | 1001101 | 111101 |
Color Harmonies of #AD4FE8
Complementary color
Monochromatic Colors of #AD4FE8
Black with #AD4FE8
Text Example
Text Example
White with #AD4FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FE8; }
p { color: rgb(173,79,232); }
H1.HeaderClassName
{
color: #AD4FE8;
}
.AnyTagClassName
{
color: #AD4FE8;
}
</style>
background-color css
<style>
a { background-color: #AD4FE8; }
a { background-color: rgb(173,79,232); }
div.DivClassName
{
background-color: #AD4FE8;
}
.BgClassName
{
background-color: #AD4FE8;
}
</style>
border-color css
<style>
span { border-color: #AD4FE8; }
span { border-color: rgb(173,79,232); }
td.TdClassName
{
border-color: #AD4FE8;
}
.TagClassName
{
border-color: #AD4FE8;
}
</style>