Shades of Medium Orchid #A84DF1
Tints of Medium Orchid #A84DF1
RGB
CMYK
RGB Variations
Color information
#A84DF1 (or 0xA84DF1) is known color: Medium Orchid. HEX triplet: A8, 4D and F1. RGB value is (168,77,241). Sum of RGB (Red+Green+Blue) = 168+77+241=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #A84DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DF1 is #57B20E. Grayscale: #7A7A7A. Windows color (decimal): -5747215 or 15814056. OLE color: 15814056.
HSL color Cylindrical-coordinate representation of color #A84DF1: hue angle of 273.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84DF1 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 77 | 241 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.05 |
| HSL | 273.29º | 0.85% | 0.62% | - |
| HSV(B) | 273.29º | 0.68% | 0.95% | - |
| XYZ | 34.68 | 19.98 | 85.25 | - |
| YUV | 122.91 | 194.65 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 241 | 0.30 | 0.68 | 0 | 0.05 | 273.29 | 0.85 | 0.62 |
| Hex | A8 | 4D | F1 | 1E | 44 | 0 | 5 | 111 | 55 | 3E |
| Octal | 250 | 115 | 361 | 36 | 104 | 0 | 5 | 421 | 125 | 76 |
| Binary | 10101000 | 1001101 | 11110001 | 11110 | 1000100 | 0 | 101 | 100010001 | 1010101 | 111110 |
Color Harmonies of #A84DF1
Complementary color
Monochromatic Colors of #A84DF1
Black with #A84DF1
Text Example
Text Example
White with #A84DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DF1; }
p { color: rgb(168,77,241); }
H1.HeaderClassName
{
color: #A84DF1;
}
.AnyTagClassName
{
color: #A84DF1;
}
</style>
background-color css
<style>
a { background-color: #A84DF1; }
a { background-color: rgb(168,77,241); }
div.DivClassName
{
background-color: #A84DF1;
}
.BgClassName
{
background-color: #A84DF1;
}
</style>
border-color css
<style>
span { border-color: #A84DF1; }
span { border-color: rgb(168,77,241); }
td.TdClassName
{
border-color: #A84DF1;
}
.TagClassName
{
border-color: #A84DF1;
}
</style>