Shades of Medium Orchid #A74FE0
Tints of Medium Orchid #A74FE0
RGB
CMYK
RGB Variations
Color information
#A74FE0 (or 0xA74FE0) is known color: Medium Orchid. HEX triplet: A7, 4F and E0. RGB value is (167,79,224). Sum of RGB (Red+Green+Blue) = 167+79+224=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #A74FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FE0 is #58B01F. Grayscale: #797979. Windows color (decimal): -5812256 or 14700455. OLE color: 14700455.
HSL color Cylindrical-coordinate representation of color #A74FE0: hue angle of 276.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A74FE0 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 79 | 224 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.12 |
| HSL | 276.41º | 0.7% | 0.59% | - |
| HSV(B) | 276.41º | 0.65% | 0.88% | - |
| XYZ | 32.19 | 19.19 | 72.53 | - |
| YUV | 121.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 79 | 224 | 0.25 | 0.65 | 0 | 0.12 | 276.41 | 0.7 | 0.59 |
| Hex | A7 | 4F | E0 | 19 | 41 | 0 | C | 114 | 46 | 3B |
| Octal | 247 | 117 | 340 | 31 | 101 | 0 | 14 | 424 | 106 | 73 |
| Binary | 10100111 | 1001111 | 11100000 | 11001 | 1000001 | 0 | 1100 | 100010100 | 1000110 | 111011 |
Color Harmonies of #A74FE0
Complementary color
Monochromatic Colors of #A74FE0
Black with #A74FE0
Text Example
Text Example
White with #A74FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74FE0; }
p { color: rgb(167,79,224); }
H1.HeaderClassName
{
color: #A74FE0;
}
.AnyTagClassName
{
color: #A74FE0;
}
</style>
background-color css
<style>
a { background-color: #A74FE0; }
a { background-color: rgb(167,79,224); }
div.DivClassName
{
background-color: #A74FE0;
}
.BgClassName
{
background-color: #A74FE0;
}
</style>
border-color css
<style>
span { border-color: #A74FE0; }
span { border-color: rgb(167,79,224); }
td.TdClassName
{
border-color: #A74FE0;
}
.TagClassName
{
border-color: #A74FE0;
}
</style>