Shades of Medium Orchid #A94EED
Tints of Medium Orchid #A94EED
RGB
CMYK
RGB Variations
Color information
#A94EED (or 0xA94EED) is known color: Medium Orchid. HEX triplet: A9, 4E and ED. RGB value is (169,78,237). Sum of RGB (Red+Green+Blue) = 169+78+237=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #A94EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94EED is #56B112. Grayscale: #7A7A7A. Windows color (decimal): -5681427 or 15552169. OLE color: 15552169.
HSL color Cylindrical-coordinate representation of color #A94EED: hue angle of 274.34º 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 #A94EED is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 78 | 237 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.07 |
| HSL | 274.34º | 0.82% | 0.62% | - |
| HSV(B) | 274.34º | 0.67% | 0.93% | - |
| XYZ | 34.37 | 20 | 82.17 | - |
| YUV | 123.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 237 | 0.29 | 0.67 | 0 | 0.07 | 274.34 | 0.82 | 0.62 |
| Hex | A9 | 4E | ED | 1D | 43 | 0 | 7 | 112 | 52 | 3E |
| Octal | 251 | 116 | 355 | 35 | 103 | 0 | 7 | 422 | 122 | 76 |
| Binary | 10101001 | 1001110 | 11101101 | 11101 | 1000011 | 0 | 111 | 100010010 | 1010010 | 111110 |
Color Harmonies of #A94EED
Complementary color
Monochromatic Colors of #A94EED
Black with #A94EED
Text Example
Text Example
White with #A94EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94EED; }
p { color: rgb(169,78,237); }
H1.HeaderClassName
{
color: #A94EED;
}
.AnyTagClassName
{
color: #A94EED;
}
</style>
background-color css
<style>
a { background-color: #A94EED; }
a { background-color: rgb(169,78,237); }
div.DivClassName
{
background-color: #A94EED;
}
.BgClassName
{
background-color: #A94EED;
}
</style>
border-color css
<style>
span { border-color: #A94EED; }
span { border-color: rgb(169,78,237); }
td.TdClassName
{
border-color: #A94EED;
}
.TagClassName
{
border-color: #A94EED;
}
</style>