Shades of Medium Orchid #A74ECF
Tints of Medium Orchid #A74ECF
RGB
CMYK
RGB Variations
Color information
#A74ECF (or 0xA74ECF) is known color: Medium Orchid. HEX triplet: A7, 4E and CF. RGB value is (167,78,207). Sum of RGB (Red+Green+Blue) = 167+78+207=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #A74ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74ECF is #58B130. Grayscale: #767676. Windows color (decimal): -5812529 or 13586087. OLE color: 13586087.
HSL color Cylindrical-coordinate representation of color #A74ECF: hue angle of 281.4º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74ECF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 78 | 207 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.19 |
| HSL | 281.4º | 0.57% | 0.56% | - |
| HSV(B) | 281.4º | 0.62% | 0.81% | - |
| XYZ | 29.92 | 18.17 | 60.96 | - |
| YUV | 119.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 207 | 0.19 | 0.62 | 0 | 0.19 | 281.4 | 0.57 | 0.56 |
| Hex | A7 | 4E | CF | 13 | 3E | 0 | 13 | 119 | 39 | 38 |
| Octal | 247 | 116 | 317 | 23 | 76 | 0 | 23 | 431 | 71 | 70 |
| Binary | 10100111 | 1001110 | 11001111 | 10011 | 111110 | 0 | 10011 | 100011001 | 111001 | 111000 |
Color Harmonies of #A74ECF
Complementary color
Monochromatic Colors of #A74ECF
Black with #A74ECF
Text Example
Text Example
White with #A74ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74ECF; }
p { color: rgb(167,78,207); }
H1.HeaderClassName
{
color: #A74ECF;
}
.AnyTagClassName
{
color: #A74ECF;
}
</style>
background-color css
<style>
a { background-color: #A74ECF; }
a { background-color: rgb(167,78,207); }
div.DivClassName
{
background-color: #A74ECF;
}
.BgClassName
{
background-color: #A74ECF;
}
</style>
border-color css
<style>
span { border-color: #A74ECF; }
span { border-color: rgb(167,78,207); }
td.TdClassName
{
border-color: #A74ECF;
}
.TagClassName
{
border-color: #A74ECF;
}
</style>