Shades of Medium Orchid #A94EEE
Tints of Medium Orchid #A94EEE
RGB
CMYK
RGB Variations
Color information
#A94EEE (or 0xA94EEE) is known color: Medium Orchid. HEX triplet: A9, 4E and EE. RGB value is (169,78,238). Sum of RGB (Red+Green+Blue) = 169+78+238=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #A94EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94EEE is #56B111. Grayscale: #7A7A7A. Windows color (decimal): -5681426 or 15617705. OLE color: 15617705.
HSL color Cylindrical-coordinate representation of color #A94EEE: hue angle of 274.12º 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 #A94EEE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 78 | 238 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.07 |
| HSL | 274.13º | 0.82% | 0.62% | - |
| HSV(B) | 274.13º | 0.67% | 0.93% | - |
| XYZ | 34.52 | 20.06 | 82.94 | - |
| YUV | 123.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 238 | 0.29 | 0.67 | 0 | 0.07 | 274.13 | 0.82 | 0.62 |
| Hex | A9 | 4E | EE | 1D | 43 | 0 | 7 | 112 | 52 | 3E |
| Octal | 251 | 116 | 356 | 35 | 103 | 0 | 7 | 422 | 122 | 76 |
| Binary | 10101001 | 1001110 | 11101110 | 11101 | 1000011 | 0 | 111 | 100010010 | 1010010 | 111110 |
Color Harmonies of #A94EEE
Complementary color
Monochromatic Colors of #A94EEE
Black with #A94EEE
Text Example
Text Example
White with #A94EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94EEE; }
p { color: rgb(169,78,238); }
H1.HeaderClassName
{
color: #A94EEE;
}
.AnyTagClassName
{
color: #A94EEE;
}
</style>
background-color css
<style>
a { background-color: #A94EEE; }
a { background-color: rgb(169,78,238); }
div.DivClassName
{
background-color: #A94EEE;
}
.BgClassName
{
background-color: #A94EEE;
}
</style>
border-color css
<style>
span { border-color: #A94EEE; }
span { border-color: rgb(169,78,238); }
td.TdClassName
{
border-color: #A94EEE;
}
.TagClassName
{
border-color: #A94EEE;
}
</style>