Shades of Medium Orchid #A74EF0
Tints of Medium Orchid #A74EF0
RGB
CMYK
RGB Variations
Color information
#A74EF0 (or 0xA74EF0) is known color: Medium Orchid. HEX triplet: A7, 4E and F0. RGB value is (167,78,240). Sum of RGB (Red+Green+Blue) = 167+78+240=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #A74EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EF0 is #58B10F. Grayscale: #7A7A7A. Windows color (decimal): -5812496 or 15748775. OLE color: 15748775.
HSL color Cylindrical-coordinate representation of color #A74EF0: hue angle of 272.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74EF0 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 78 | 240 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.06 |
| HSL | 272.96º | 0.84% | 0.62% | - |
| HSV(B) | 272.96º | 0.68% | 0.94% | - |
| XYZ | 34.39 | 19.96 | 84.48 | - |
| YUV | 123.08 | 193.99 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 240 | 0.30 | 0.68 | 0 | 0.06 | 272.96 | 0.84 | 0.62 |
| Hex | A7 | 4E | F0 | 1E | 44 | 0 | 6 | 111 | 54 | 3E |
| Octal | 247 | 116 | 360 | 36 | 104 | 0 | 6 | 421 | 124 | 76 |
| Binary | 10100111 | 1001110 | 11110000 | 11110 | 1000100 | 0 | 110 | 100010001 | 1010100 | 111110 |
Color Harmonies of #A74EF0
Complementary color
Monochromatic Colors of #A74EF0
Black with #A74EF0
Text Example
Text Example
White with #A74EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EF0; }
p { color: rgb(167,78,240); }
H1.HeaderClassName
{
color: #A74EF0;
}
.AnyTagClassName
{
color: #A74EF0;
}
</style>
background-color css
<style>
a { background-color: #A74EF0; }
a { background-color: rgb(167,78,240); }
div.DivClassName
{
background-color: #A74EF0;
}
.BgClassName
{
background-color: #A74EF0;
}
</style>
border-color css
<style>
span { border-color: #A74EF0; }
span { border-color: rgb(167,78,240); }
td.TdClassName
{
border-color: #A74EF0;
}
.TagClassName
{
border-color: #A74EF0;
}
</style>