Shades of Medium Orchid #A74ECC
Tints of Medium Orchid #A74ECC
RGB
CMYK
RGB Variations
Color information
#A74ECC (or 0xA74ECC) is known color: Medium Orchid. HEX triplet: A7, 4E and CC. RGB value is (167,78,204). Sum of RGB (Red+Green+Blue) = 167+78+204=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #A74ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74ECC is #58B133. Grayscale: #767676. Windows color (decimal): -5812532 or 13389479. OLE color: 13389479.
HSL color Cylindrical-coordinate representation of color #A74ECC: hue angle of 282.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74ECC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 78 | 204 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.2 |
| HSL | 282.38º | 0.55% | 0.55% | - |
| HSV(B) | 282.38º | 0.62% | 0.8% | - |
| XYZ | 29.56 | 18.02 | 59.05 | - |
| YUV | 118.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 204 | 0.18 | 0.62 | 0 | 0.2 | 282.38 | 0.55 | 0.55 |
| Hex | A7 | 4E | CC | 12 | 3E | 0 | 14 | 11A | 37 | 37 |
| Octal | 247 | 116 | 314 | 22 | 76 | 0 | 24 | 432 | 67 | 67 |
| Binary | 10100111 | 1001110 | 11001100 | 10010 | 111110 | 0 | 10100 | 100011010 | 110111 | 110111 |
Color Harmonies of #A74ECC
Complementary color
Monochromatic Colors of #A74ECC
Black with #A74ECC
Text Example
Text Example
White with #A74ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74ECC; }
p { color: rgb(167,78,204); }
H1.HeaderClassName
{
color: #A74ECC;
}
.AnyTagClassName
{
color: #A74ECC;
}
</style>
background-color css
<style>
a { background-color: #A74ECC; }
a { background-color: rgb(167,78,204); }
div.DivClassName
{
background-color: #A74ECC;
}
.BgClassName
{
background-color: #A74ECC;
}
</style>
border-color css
<style>
span { border-color: #A74ECC; }
span { border-color: rgb(167,78,204); }
td.TdClassName
{
border-color: #A74ECC;
}
.TagClassName
{
border-color: #A74ECC;
}
</style>