Shades of Medium Orchid #A74EED
Tints of Medium Orchid #A74EED
RGB
CMYK
RGB Variations
Color information
#A74EED (or 0xA74EED) is known color: Medium Orchid. HEX triplet: A7, 4E and ED. RGB value is (167,78,237). Sum of RGB (Red+Green+Blue) = 167+78+237=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #A74EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EED is #58B112. Grayscale: #7A7A7A. Windows color (decimal): -5812499 or 15552167. OLE color: 15552167.
HSL color Cylindrical-coordinate representation of color #A74EED: hue angle of 273.58º degrees, saturation: 0.82, 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 #A74EED is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 78 | 237 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.07 |
| HSL | 273.58º | 0.82% | 0.62% | - |
| HSV(B) | 273.58º | 0.67% | 0.93% | - |
| XYZ | 33.95 | 19.78 | 82.15 | - |
| YUV | 122.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 237 | 0.30 | 0.67 | 0 | 0.07 | 273.58 | 0.82 | 0.62 |
| Hex | A7 | 4E | ED | 1E | 43 | 0 | 7 | 112 | 52 | 3E |
| Octal | 247 | 116 | 355 | 36 | 103 | 0 | 7 | 422 | 122 | 76 |
| Binary | 10100111 | 1001110 | 11101101 | 11110 | 1000011 | 0 | 111 | 100010010 | 1010010 | 111110 |
Color Harmonies of #A74EED
Complementary color
Monochromatic Colors of #A74EED
Black with #A74EED
Text Example
Text Example
White with #A74EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74EED; }
p { color: rgb(167,78,237); }
H1.HeaderClassName
{
color: #A74EED;
}
.AnyTagClassName
{
color: #A74EED;
}
</style>
background-color css
<style>
a { background-color: #A74EED; }
a { background-color: rgb(167,78,237); }
div.DivClassName
{
background-color: #A74EED;
}
.BgClassName
{
background-color: #A74EED;
}
</style>
border-color css
<style>
span { border-color: #A74EED; }
span { border-color: rgb(167,78,237); }
td.TdClassName
{
border-color: #A74EED;
}
.TagClassName
{
border-color: #A74EED;
}
</style>