Shades of Medium Orchid #A94EE3
Tints of Medium Orchid #A94EE3
RGB
CMYK
RGB Variations
Color information
#A94EE3 (or 0xA94EE3) is known color: Medium Orchid. HEX triplet: A9, 4E and E3. RGB value is (169,78,227). Sum of RGB (Red+Green+Blue) = 169+78+227=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #A94EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EE3 is #56B11C. Grayscale: #797979. Windows color (decimal): -5681437 or 14896809. OLE color: 14896809.
HSL color Cylindrical-coordinate representation of color #A94EE3: hue angle of 276.64º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A94EE3 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 78 | 227 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.11 |
| HSL | 276.64º | 0.73% | 0.6% | - |
| HSV(B) | 276.64º | 0.66% | 0.89% | - |
| XYZ | 32.95 | 19.43 | 74.69 | - |
| YUV | 122.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 227 | 0.26 | 0.66 | 0 | 0.11 | 276.64 | 0.73 | 0.6 |
| Hex | A9 | 4E | E3 | 1A | 42 | 0 | B | 115 | 49 | 3C |
| Octal | 251 | 116 | 343 | 32 | 102 | 0 | 13 | 425 | 111 | 74 |
| Binary | 10101001 | 1001110 | 11100011 | 11010 | 1000010 | 0 | 1011 | 100010101 | 1001001 | 111100 |
Color Harmonies of #A94EE3
Complementary color
Monochromatic Colors of #A94EE3
Black with #A94EE3
Text Example
Text Example
White with #A94EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94EE3; }
p { color: rgb(169,78,227); }
H1.HeaderClassName
{
color: #A94EE3;
}
.AnyTagClassName
{
color: #A94EE3;
}
</style>
background-color css
<style>
a { background-color: #A94EE3; }
a { background-color: rgb(169,78,227); }
div.DivClassName
{
background-color: #A94EE3;
}
.BgClassName
{
background-color: #A94EE3;
}
</style>
border-color css
<style>
span { border-color: #A94EE3; }
span { border-color: rgb(169,78,227); }
td.TdClassName
{
border-color: #A94EE3;
}
.TagClassName
{
border-color: #A94EE3;
}
</style>