Shades of Medium Orchid #A84EF9
Tints of Medium Orchid #A84EF9
RGB
CMYK
RGB Variations
Color information
#A84EF9 (or 0xA84EF9) is known color: Medium Orchid. HEX triplet: A8, 4E and F9. RGB value is (168,78,249). Sum of RGB (Red+Green+Blue) = 168+78+249=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #A84EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84EF9 is #57B106. Grayscale: #7B7B7B. Windows color (decimal): -5746951 or 16338600. OLE color: 16338600.
HSL color Cylindrical-coordinate representation of color #A84EF9: hue angle of 271.58º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84EF9 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 78 | 249 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.02 |
| HSL | 271.58º | 0.93% | 0.64% | - |
| HSV(B) | 271.58º | 0.69% | 0.98% | - |
| XYZ | 35.97 | 20.61 | 91.71 | - |
| YUV | 124.4 | 198.32 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 249 | 0.33 | 0.69 | 0 | 0.02 | 271.58 | 0.93 | 0.64 |
| Hex | A8 | 4E | F9 | 21 | 45 | 0 | 2 | 110 | 5D | 40 |
| Octal | 250 | 116 | 371 | 41 | 105 | 0 | 2 | 420 | 135 | 100 |
| Binary | 10101000 | 1001110 | 11111001 | 100001 | 1000101 | 0 | 10 | 100010000 | 1011101 | 1000000 |
Color Harmonies of #A84EF9
Complementary color
Monochromatic Colors of #A84EF9
Black with #A84EF9
Text Example
Text Example
White with #A84EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EF9; }
p { color: rgb(168,78,249); }
H1.HeaderClassName
{
color: #A84EF9;
}
.AnyTagClassName
{
color: #A84EF9;
}
</style>
background-color css
<style>
a { background-color: #A84EF9; }
a { background-color: rgb(168,78,249); }
div.DivClassName
{
background-color: #A84EF9;
}
.BgClassName
{
background-color: #A84EF9;
}
</style>
border-color css
<style>
span { border-color: #A84EF9; }
span { border-color: rgb(168,78,249); }
td.TdClassName
{
border-color: #A84EF9;
}
.TagClassName
{
border-color: #A84EF9;
}
</style>