Shades of Medium Orchid #A74EF1
Tints of Medium Orchid #A74EF1
RGB
CMYK
RGB Variations
Color information
#A74EF1 (or 0xA74EF1) is known color: Medium Orchid. HEX triplet: A7, 4E and F1. RGB value is (167,78,241). Sum of RGB (Red+Green+Blue) = 167+78+241=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #A74EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EF1 is #58B10E. Grayscale: #7A7A7A. Windows color (decimal): -5812495 or 15814311. OLE color: 15814311.
HSL color Cylindrical-coordinate representation of color #A74EF1: hue angle of 272.76º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74EF1 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 78 | 241 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.05 |
| HSL | 272.76º | 0.85% | 0.63% | - |
| HSV(B) | 272.76º | 0.68% | 0.95% | - |
| XYZ | 34.54 | 20.02 | 85.26 | - |
| YUV | 123.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 241 | 0.31 | 0.68 | 0 | 0.05 | 272.76 | 0.85 | 0.63 |
| Hex | A7 | 4E | F1 | 1F | 44 | 0 | 5 | 111 | 55 | 3F |
| Octal | 247 | 116 | 361 | 37 | 104 | 0 | 5 | 421 | 125 | 77 |
| Binary | 10100111 | 1001110 | 11110001 | 11111 | 1000100 | 0 | 101 | 100010001 | 1010101 | 111111 |
Color Harmonies of #A74EF1
Complementary color
Monochromatic Colors of #A74EF1
Black with #A74EF1
Text Example
Text Example
White with #A74EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EF1; }
p { color: rgb(167,78,241); }
H1.HeaderClassName
{
color: #A74EF1;
}
.AnyTagClassName
{
color: #A74EF1;
}
</style>
background-color css
<style>
a { background-color: #A74EF1; }
a { background-color: rgb(167,78,241); }
div.DivClassName
{
background-color: #A74EF1;
}
.BgClassName
{
background-color: #A74EF1;
}
</style>
border-color css
<style>
span { border-color: #A74EF1; }
span { border-color: rgb(167,78,241); }
td.TdClassName
{
border-color: #A74EF1;
}
.TagClassName
{
border-color: #A74EF1;
}
</style>