Shades of Medium Orchid #A74EDF
Tints of Medium Orchid #A74EDF
RGB
CMYK
RGB Variations
Color information
#A74EDF (or 0xA74EDF) is known color: Medium Orchid. HEX triplet: A7, 4E and DF. RGB value is (167,78,223). Sum of RGB (Red+Green+Blue) = 167+78+223=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A74EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74EDF is #58B120. Grayscale: #787878. Windows color (decimal): -5812513 or 14634663. OLE color: 14634663.
HSL color Cylindrical-coordinate representation of color #A74EDF: hue angle of 276.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74EDF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 78 | 223 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.13 |
| HSL | 276.83º | 0.69% | 0.59% | - |
| HSV(B) | 276.83º | 0.65% | 0.87% | - |
| XYZ | 31.98 | 18.99 | 71.79 | - |
| YUV | 121.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 223 | 0.25 | 0.65 | 0 | 0.13 | 276.83 | 0.69 | 0.59 |
| Hex | A7 | 4E | DF | 19 | 41 | 0 | D | 115 | 45 | 3B |
| Octal | 247 | 116 | 337 | 31 | 101 | 0 | 15 | 425 | 105 | 73 |
| Binary | 10100111 | 1001110 | 11011111 | 11001 | 1000001 | 0 | 1101 | 100010101 | 1000101 | 111011 |
Color Harmonies of #A74EDF
Complementary color
Monochromatic Colors of #A74EDF
Black with #A74EDF
Text Example
Text Example
White with #A74EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EDF; }
p { color: rgb(167,78,223); }
H1.HeaderClassName
{
color: #A74EDF;
}
.AnyTagClassName
{
color: #A74EDF;
}
</style>
background-color css
<style>
a { background-color: #A74EDF; }
a { background-color: rgb(167,78,223); }
div.DivClassName
{
background-color: #A74EDF;
}
.BgClassName
{
background-color: #A74EDF;
}
</style>
border-color css
<style>
span { border-color: #A74EDF; }
span { border-color: rgb(167,78,223); }
td.TdClassName
{
border-color: #A74EDF;
}
.TagClassName
{
border-color: #A74EDF;
}
</style>