Shades of Medium Orchid #A94CEA
Tints of Medium Orchid #A94CEA
RGB
CMYK
RGB Variations
Color information
#A94CEA (or 0xA94CEA) is known color: Medium Orchid. HEX triplet: A9, 4C and EA. RGB value is (169,76,234). Sum of RGB (Red+Green+Blue) = 169+76+234=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #A94CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CEA is #56B315. Grayscale: #797979. Windows color (decimal): -5681942 or 15355049. OLE color: 15355049.
HSL color Cylindrical-coordinate representation of color #A94CEA: hue angle of 275.32º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94CEA is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 76 | 234 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.08 |
| HSL | 275.32º | 0.79% | 0.61% | - |
| HSV(B) | 275.32º | 0.68% | 0.92% | - |
| XYZ | 33.8 | 19.54 | 79.83 | - |
| YUV | 121.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 234 | 0.28 | 0.68 | 0 | 0.08 | 275.32 | 0.79 | 0.61 |
| Hex | A9 | 4C | EA | 1C | 44 | 0 | 8 | 113 | 4F | 3D |
| Octal | 251 | 114 | 352 | 34 | 104 | 0 | 10 | 423 | 117 | 75 |
| Binary | 10101001 | 1001100 | 11101010 | 11100 | 1000100 | 0 | 1000 | 100010011 | 1001111 | 111101 |
Color Harmonies of #A94CEA
Complementary color
Monochromatic Colors of #A94CEA
Black with #A94CEA
Text Example
Text Example
White with #A94CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CEA; }
p { color: rgb(169,76,234); }
H1.HeaderClassName
{
color: #A94CEA;
}
.AnyTagClassName
{
color: #A94CEA;
}
</style>
background-color css
<style>
a { background-color: #A94CEA; }
a { background-color: rgb(169,76,234); }
div.DivClassName
{
background-color: #A94CEA;
}
.BgClassName
{
background-color: #A94CEA;
}
</style>
border-color css
<style>
span { border-color: #A94CEA; }
span { border-color: rgb(169,76,234); }
td.TdClassName
{
border-color: #A94CEA;
}
.TagClassName
{
border-color: #A94CEA;
}
</style>