Shades of Medium Orchid #A74ED9
Tints of Medium Orchid #A74ED9
RGB
CMYK
RGB Variations
Color information
#A74ED9 (or 0xA74ED9) is known color: Medium Orchid. HEX triplet: A7, 4E and D9. RGB value is (167,78,217). Sum of RGB (Red+Green+Blue) = 167+78+217=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #A74ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74ED9 is #58B126. Grayscale: #777777. Windows color (decimal): -5812519 or 14241447. OLE color: 14241447.
HSL color Cylindrical-coordinate representation of color #A74ED9: hue angle of 278.42º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A74ED9 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 78 | 217 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.15 |
| HSL | 278.42º | 0.65% | 0.58% | - |
| HSV(B) | 278.42º | 0.64% | 0.85% | - |
| XYZ | 31.19 | 18.67 | 67.61 | - |
| YUV | 120.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 217 | 0.23 | 0.64 | 0 | 0.15 | 278.42 | 0.65 | 0.58 |
| Hex | A7 | 4E | D9 | 17 | 40 | 0 | F | 116 | 41 | 3A |
| Octal | 247 | 116 | 331 | 27 | 100 | 0 | 17 | 426 | 101 | 72 |
| Binary | 10100111 | 1001110 | 11011001 | 10111 | 1000000 | 0 | 1111 | 100010110 | 1000001 | 111010 |
Color Harmonies of #A74ED9
Complementary color
Monochromatic Colors of #A74ED9
Black with #A74ED9
Text Example
Text Example
White with #A74ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74ED9; }
p { color: rgb(167,78,217); }
H1.HeaderClassName
{
color: #A74ED9;
}
.AnyTagClassName
{
color: #A74ED9;
}
</style>
background-color css
<style>
a { background-color: #A74ED9; }
a { background-color: rgb(167,78,217); }
div.DivClassName
{
background-color: #A74ED9;
}
.BgClassName
{
background-color: #A74ED9;
}
</style>
border-color css
<style>
span { border-color: #A74ED9; }
span { border-color: rgb(167,78,217); }
td.TdClassName
{
border-color: #A74ED9;
}
.TagClassName
{
border-color: #A74ED9;
}
</style>