Shades of Medium Orchid #A84DF0
Tints of Medium Orchid #A84DF0
RGB
CMYK
RGB Variations
Color information
#A84DF0 (or 0xA84DF0) is known color: Medium Orchid. HEX triplet: A8, 4D and F0. RGB value is (168,77,240). Sum of RGB (Red+Green+Blue) = 168+77+240=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #A84DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DF0 is #57B20F. Grayscale: #7A7A7A. Windows color (decimal): -5747216 or 15748520. OLE color: 15748520.
HSL color Cylindrical-coordinate representation of color #A84DF0: hue angle of 273.5º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84DF0 is Cyan = 0.3, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 77 | 240 | - |
| CMYK | 0.3 | 0.68 | 0 | 0.06 |
| HSL | 273.5º | 0.84% | 0.62% | - |
| HSV(B) | 273.5º | 0.68% | 0.94% | - |
| XYZ | 34.53 | 19.92 | 84.46 | - |
| YUV | 122.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 240 | 0.3 | 0.68 | 0 | 0.06 | 273.5 | 0.84 | 0.62 |
| Hex | A8 | 4D | F0 | 1E | 44 | 0 | 6 | 111 | 54 | 3E |
| Octal | 250 | 115 | 360 | 36 | 104 | 0 | 6 | 421 | 124 | 76 |
| Binary | 10101000 | 1001101 | 11110000 | 11110 | 1000100 | 0 | 110 | 100010001 | 1010100 | 111110 |
Color Harmonies of #A84DF0
Complementary color
Monochromatic Colors of #A84DF0
Black with #A84DF0
Text Example
Text Example
White with #A84DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DF0; }
p { color: rgb(168,77,240); }
H1.HeaderClassName
{
color: #A84DF0;
}
.AnyTagClassName
{
color: #A84DF0;
}
</style>
background-color css
<style>
a { background-color: #A84DF0; }
a { background-color: rgb(168,77,240); }
div.DivClassName
{
background-color: #A84DF0;
}
.BgClassName
{
background-color: #A84DF0;
}
</style>
border-color css
<style>
span { border-color: #A84DF0; }
span { border-color: rgb(168,77,240); }
td.TdClassName
{
border-color: #A84DF0;
}
.TagClassName
{
border-color: #A84DF0;
}
</style>