Shades of Medium Orchid #A94CE9
Tints of Medium Orchid #A94CE9
RGB
CMYK
RGB Variations
Color information
#A94CE9 (or 0xA94CE9) is known color: Medium Orchid. HEX triplet: A9, 4C and E9. RGB value is (169,76,233). Sum of RGB (Red+Green+Blue) = 169+76+233=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #A94CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CE9 is #56B316. Grayscale: #797979. Windows color (decimal): -5681943 or 15289513. OLE color: 15289513.
HSL color Cylindrical-coordinate representation of color #A94CE9: hue angle of 275.54º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94CE9 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 76 | 233 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.09 |
| HSL | 275.54º | 0.78% | 0.61% | - |
| HSV(B) | 275.54º | 0.67% | 0.91% | - |
| XYZ | 33.65 | 19.49 | 79.08 | - |
| YUV | 121.71 | 190.81 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 233 | 0.27 | 0.67 | 0 | 0.09 | 275.54 | 0.78 | 0.61 |
| Hex | A9 | 4C | E9 | 1B | 43 | 0 | 9 | 114 | 4E | 3D |
| Octal | 251 | 114 | 351 | 33 | 103 | 0 | 11 | 424 | 116 | 75 |
| Binary | 10101001 | 1001100 | 11101001 | 11011 | 1000011 | 0 | 1001 | 100010100 | 1001110 | 111101 |
Color Harmonies of #A94CE9
Complementary color
Monochromatic Colors of #A94CE9
Black with #A94CE9
Text Example
Text Example
White with #A94CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CE9; }
p { color: rgb(169,76,233); }
H1.HeaderClassName
{
color: #A94CE9;
}
.AnyTagClassName
{
color: #A94CE9;
}
</style>
background-color css
<style>
a { background-color: #A94CE9; }
a { background-color: rgb(169,76,233); }
div.DivClassName
{
background-color: #A94CE9;
}
.BgClassName
{
background-color: #A94CE9;
}
</style>
border-color css
<style>
span { border-color: #A94CE9; }
span { border-color: rgb(169,76,233); }
td.TdClassName
{
border-color: #A94CE9;
}
.TagClassName
{
border-color: #A94CE9;
}
</style>