Shades of Medium Orchid #A74EEA
Tints of Medium Orchid #A74EEA
RGB
CMYK
RGB Variations
Color information
#A74EEA (or 0xA74EEA) is known color: Medium Orchid. HEX triplet: A7, 4E and EA. RGB value is (167,78,234). Sum of RGB (Red+Green+Blue) = 167+78+234=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #A74EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EEA is #58B115. Grayscale: #797979. Windows color (decimal): -5812502 or 15355559. OLE color: 15355559.
HSL color Cylindrical-coordinate representation of color #A74EEA: hue angle of 274.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74EEA is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 78 | 234 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.08 |
| HSL | 274.23º | 0.79% | 0.61% | - |
| HSV(B) | 274.23º | 0.67% | 0.92% | - |
| XYZ | 33.51 | 19.6 | 79.86 | - |
| YUV | 122.4 | 190.99 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 234 | 0.29 | 0.67 | 0 | 0.08 | 274.23 | 0.79 | 0.61 |
| Hex | A7 | 4E | EA | 1D | 43 | 0 | 8 | 112 | 4F | 3D |
| Octal | 247 | 116 | 352 | 35 | 103 | 0 | 10 | 422 | 117 | 75 |
| Binary | 10100111 | 1001110 | 11101010 | 11101 | 1000011 | 0 | 1000 | 100010010 | 1001111 | 111101 |
Color Harmonies of #A74EEA
Complementary color
Monochromatic Colors of #A74EEA
Black with #A74EEA
Text Example
Text Example
White with #A74EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EEA; }
p { color: rgb(167,78,234); }
H1.HeaderClassName
{
color: #A74EEA;
}
.AnyTagClassName
{
color: #A74EEA;
}
</style>
background-color css
<style>
a { background-color: #A74EEA; }
a { background-color: rgb(167,78,234); }
div.DivClassName
{
background-color: #A74EEA;
}
.BgClassName
{
background-color: #A74EEA;
}
</style>
border-color css
<style>
span { border-color: #A74EEA; }
span { border-color: rgb(167,78,234); }
td.TdClassName
{
border-color: #A74EEA;
}
.TagClassName
{
border-color: #A74EEA;
}
</style>