Shades of Medium Orchid #A94EEA
Tints of Medium Orchid #A94EEA
RGB
CMYK
RGB Variations
Color information
#A94EEA (or 0xA94EEA) is known color: Medium Orchid. HEX triplet: A9, 4E and EA. RGB value is (169,78,234). Sum of RGB (Red+Green+Blue) = 169+78+234=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #A94EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94EEA is #56B115. Grayscale: #7A7A7A. Windows color (decimal): -5681430 or 15355561. OLE color: 15355561.
HSL color Cylindrical-coordinate representation of color #A94EEA: hue angle of 275º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94EEA is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 78 | 234 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.08 |
| HSL | 275º | 0.79% | 0.61% | - |
| HSV(B) | 275º | 0.67% | 0.92% | - |
| XYZ | 33.94 | 19.82 | 79.88 | - |
| YUV | 122.99 | 190.65 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 234 | 0.28 | 0.67 | 0 | 0.08 | 275 | 0.79 | 0.61 |
| Hex | A9 | 4E | EA | 1C | 43 | 0 | 8 | 113 | 4F | 3D |
| Octal | 251 | 116 | 352 | 34 | 103 | 0 | 10 | 423 | 117 | 75 |
| Binary | 10101001 | 1001110 | 11101010 | 11100 | 1000011 | 0 | 1000 | 100010011 | 1001111 | 111101 |
Color Harmonies of #A94EEA
Complementary color
Monochromatic Colors of #A94EEA
Black with #A94EEA
Text Example
Text Example
White with #A94EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94EEA; }
p { color: rgb(169,78,234); }
H1.HeaderClassName
{
color: #A94EEA;
}
.AnyTagClassName
{
color: #A94EEA;
}
</style>
background-color css
<style>
a { background-color: #A94EEA; }
a { background-color: rgb(169,78,234); }
div.DivClassName
{
background-color: #A94EEA;
}
.BgClassName
{
background-color: #A94EEA;
}
</style>
border-color css
<style>
span { border-color: #A94EEA; }
span { border-color: rgb(169,78,234); }
td.TdClassName
{
border-color: #A94EEA;
}
.TagClassName
{
border-color: #A94EEA;
}
</style>