Shades of Medium Orchid #A94ADE
Tints of Medium Orchid #A94ADE
RGB
CMYK
RGB Variations
Color information
#A94ADE (or 0xA94ADE) is known color: Medium Orchid. HEX triplet: A9, 4A and DE. RGB value is (169,74,222). Sum of RGB (Red+Green+Blue) = 169+74+222=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A94ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ADE is #56B521. Grayscale: #767676. Windows color (decimal): -5682466 or 14568105. OLE color: 14568105.
HSL color Cylindrical-coordinate representation of color #A94ADE: hue angle of 278.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94ADE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 74 | 222 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.13 |
| HSL | 278.51º | 0.69% | 0.58% | - |
| HSV(B) | 278.51º | 0.67% | 0.87% | - |
| XYZ | 32 | 18.61 | 71.01 | - |
| YUV | 119.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 222 | 0.24 | 0.67 | 0 | 0.13 | 278.51 | 0.69 | 0.58 |
| Hex | A9 | 4A | DE | 18 | 43 | 0 | D | 117 | 45 | 3A |
| Octal | 251 | 112 | 336 | 30 | 103 | 0 | 15 | 427 | 105 | 72 |
| Binary | 10101001 | 1001010 | 11011110 | 11000 | 1000011 | 0 | 1101 | 100010111 | 1000101 | 111010 |
Color Harmonies of #A94ADE
Complementary color
Monochromatic Colors of #A94ADE
Black with #A94ADE
Text Example
Text Example
White with #A94ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94ADE; }
p { color: rgb(169,74,222); }
H1.HeaderClassName
{
color: #A94ADE;
}
.AnyTagClassName
{
color: #A94ADE;
}
</style>
background-color css
<style>
a { background-color: #A94ADE; }
a { background-color: rgb(169,74,222); }
div.DivClassName
{
background-color: #A94ADE;
}
.BgClassName
{
background-color: #A94ADE;
}
</style>
border-color css
<style>
span { border-color: #A94ADE; }
span { border-color: rgb(169,74,222); }
td.TdClassName
{
border-color: #A94ADE;
}
.TagClassName
{
border-color: #A94ADE;
}
</style>