Shades of Medium Orchid #A74FED
Tints of Medium Orchid #A74FED
RGB
CMYK
RGB Variations
Color information
#A74FED (or 0xA74FED) is known color: Medium Orchid. HEX triplet: A7, 4F and ED. RGB value is (167,79,237). Sum of RGB (Red+Green+Blue) = 167+79+237=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A74FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FED is #58B012. Grayscale: #7A7A7A. Windows color (decimal): -5812243 or 15552423. OLE color: 15552423.
HSL color Cylindrical-coordinate representation of color #A74FED: hue angle of 273.42º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74FED is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 79 | 237 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.07 |
| HSL | 273.42º | 0.81% | 0.62% | - |
| HSV(B) | 273.42º | 0.67% | 0.93% | - |
| XYZ | 34.02 | 19.92 | 82.17 | - |
| YUV | 123.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 237 | 0.30 | 0.67 | 0 | 0.07 | 273.42 | 0.81 | 0.62 |
| Hex | A7 | 4F | ED | 1E | 43 | 0 | 7 | 111 | 51 | 3E |
| Octal | 247 | 117 | 355 | 36 | 103 | 0 | 7 | 421 | 121 | 76 |
| Binary | 10100111 | 1001111 | 11101101 | 11110 | 1000011 | 0 | 111 | 100010001 | 1010001 | 111110 |
Color Harmonies of #A74FED
Complementary color
Monochromatic Colors of #A74FED
Black with #A74FED
Text Example
Text Example
White with #A74FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FED; }
p { color: rgb(167,79,237); }
H1.HeaderClassName
{
color: #A74FED;
}
.AnyTagClassName
{
color: #A74FED;
}
</style>
background-color css
<style>
a { background-color: #A74FED; }
a { background-color: rgb(167,79,237); }
div.DivClassName
{
background-color: #A74FED;
}
.BgClassName
{
background-color: #A74FED;
}
</style>
border-color css
<style>
span { border-color: #A74FED; }
span { border-color: rgb(167,79,237); }
td.TdClassName
{
border-color: #A74FED;
}
.TagClassName
{
border-color: #A74FED;
}
</style>