Shades of Medium Orchid #A84DF9
Tints of Medium Orchid #A84DF9
RGB
CMYK
RGB Variations
Color information
#A84DF9 (or 0xA84DF9) is known color: Medium Orchid. HEX triplet: A8, 4D and F9. RGB value is (168,77,249). Sum of RGB (Red+Green+Blue) = 168+77+249=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #A84DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DF9 is #57B206. Grayscale: #7B7B7B. Windows color (decimal): -5747207 or 16338344. OLE color: 16338344.
HSL color Cylindrical-coordinate representation of color #A84DF9: hue angle of 271.74º 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 #A84DF9 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 77 | 249 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.02 |
| HSL | 271.74º | 0.93% | 0.64% | - |
| HSV(B) | 271.74º | 0.69% | 0.98% | - |
| XYZ | 35.9 | 20.47 | 91.68 | - |
| YUV | 123.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 249 | 0.33 | 0.69 | 0 | 0.02 | 271.74 | 0.93 | 0.64 |
| Hex | A8 | 4D | F9 | 21 | 45 | 0 | 2 | 110 | 5D | 40 |
| Octal | 250 | 115 | 371 | 41 | 105 | 0 | 2 | 420 | 135 | 100 |
| Binary | 10101000 | 1001101 | 11111001 | 100001 | 1000101 | 0 | 10 | 100010000 | 1011101 | 1000000 |
Color Harmonies of #A84DF9
Complementary color
Monochromatic Colors of #A84DF9
Black with #A84DF9
Text Example
Text Example
White with #A84DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DF9; }
p { color: rgb(168,77,249); }
H1.HeaderClassName
{
color: #A84DF9;
}
.AnyTagClassName
{
color: #A84DF9;
}
</style>
background-color css
<style>
a { background-color: #A84DF9; }
a { background-color: rgb(168,77,249); }
div.DivClassName
{
background-color: #A84DF9;
}
.BgClassName
{
background-color: #A84DF9;
}
</style>
border-color css
<style>
span { border-color: #A84DF9; }
span { border-color: rgb(168,77,249); }
td.TdClassName
{
border-color: #A84DF9;
}
.TagClassName
{
border-color: #A84DF9;
}
</style>