Shades of Medium Orchid #A84CE9
Tints of Medium Orchid #A84CE9
RGB
CMYK
RGB Variations
Color information
#A84CE9 (or 0xA84CE9) is known color: Medium Orchid. HEX triplet: A8, 4C and E9. RGB value is (168,76,233). Sum of RGB (Red+Green+Blue) = 168+76+233=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #A84CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CE9 is #57B316. Grayscale: #787878. Windows color (decimal): -5747479 or 15289512. OLE color: 15289512.
HSL color Cylindrical-coordinate representation of color #A84CE9: hue angle of 275.16º 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 #A84CE9 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 76 | 233 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.09 |
| HSL | 275.16º | 0.78% | 0.61% | - |
| HSV(B) | 275.16º | 0.67% | 0.91% | - |
| XYZ | 33.44 | 19.38 | 79.07 | - |
| YUV | 121.41 | 190.98 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 233 | 0.28 | 0.67 | 0 | 0.09 | 275.16 | 0.78 | 0.61 |
| Hex | A8 | 4C | E9 | 1C | 43 | 0 | 9 | 113 | 4E | 3D |
| Octal | 250 | 114 | 351 | 34 | 103 | 0 | 11 | 423 | 116 | 75 |
| Binary | 10101000 | 1001100 | 11101001 | 11100 | 1000011 | 0 | 1001 | 100010011 | 1001110 | 111101 |
Color Harmonies of #A84CE9
Complementary color
Monochromatic Colors of #A84CE9
Black with #A84CE9
Text Example
Text Example
White with #A84CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CE9; }
p { color: rgb(168,76,233); }
H1.HeaderClassName
{
color: #A84CE9;
}
.AnyTagClassName
{
color: #A84CE9;
}
</style>
background-color css
<style>
a { background-color: #A84CE9; }
a { background-color: rgb(168,76,233); }
div.DivClassName
{
background-color: #A84CE9;
}
.BgClassName
{
background-color: #A84CE9;
}
</style>
border-color css
<style>
span { border-color: #A84CE9; }
span { border-color: rgb(168,76,233); }
td.TdClassName
{
border-color: #A84CE9;
}
.TagClassName
{
border-color: #A84CE9;
}
</style>