Shades of Medium Orchid #A74FEB
Tints of Medium Orchid #A74FEB
RGB
CMYK
RGB Variations
Color information
#A74FEB (or 0xA74FEB) is known color: Medium Orchid. HEX triplet: A7, 4F and EB. RGB value is (167,79,235). Sum of RGB (Red+Green+Blue) = 167+79+235=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #A74FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FEB is #58B014. Grayscale: #7A7A7A. Windows color (decimal): -5812245 or 15421351. OLE color: 15421351.
HSL color Cylindrical-coordinate representation of color #A74FEB: hue angle of 273.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74FEB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 79 | 235 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.08 |
| HSL | 273.85º | 0.8% | 0.62% | - |
| HSV(B) | 273.85º | 0.66% | 0.92% | - |
| XYZ | 33.73 | 19.81 | 80.64 | - |
| YUV | 123.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 235 | 0.29 | 0.66 | 0 | 0.08 | 273.85 | 0.8 | 0.62 |
| Hex | A7 | 4F | EB | 1D | 42 | 0 | 8 | 112 | 50 | 3E |
| Octal | 247 | 117 | 353 | 35 | 102 | 0 | 10 | 422 | 120 | 76 |
| Binary | 10100111 | 1001111 | 11101011 | 11101 | 1000010 | 0 | 1000 | 100010010 | 1010000 | 111110 |
Color Harmonies of #A74FEB
Complementary color
Monochromatic Colors of #A74FEB
Black with #A74FEB
Text Example
Text Example
White with #A74FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FEB; }
p { color: rgb(167,79,235); }
H1.HeaderClassName
{
color: #A74FEB;
}
.AnyTagClassName
{
color: #A74FEB;
}
</style>
background-color css
<style>
a { background-color: #A74FEB; }
a { background-color: rgb(167,79,235); }
div.DivClassName
{
background-color: #A74FEB;
}
.BgClassName
{
background-color: #A74FEB;
}
</style>
border-color css
<style>
span { border-color: #A74FEB; }
span { border-color: rgb(167,79,235); }
td.TdClassName
{
border-color: #A74FEB;
}
.TagClassName
{
border-color: #A74FEB;
}
</style>