Shades of Medium Orchid #A84FF0
Tints of Medium Orchid #A84FF0
RGB
CMYK
RGB Variations
Color information
#A84FF0 (or 0xA84FF0) is known color: Medium Orchid. HEX triplet: A8, 4F and F0. RGB value is (168,79,240). Sum of RGB (Red+Green+Blue) = 168+79+240=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #A84FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FF0 is #57B00F. Grayscale: #7B7B7B. Windows color (decimal): -5746704 or 15749032. OLE color: 15749032.
HSL color Cylindrical-coordinate representation of color #A84FF0: hue angle of 273.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84FF0 is Cyan = 0.3, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 79 | 240 | - |
| CMYK | 0.3 | 0.67 | 0 | 0.06 |
| HSL | 273.17º | 0.84% | 0.63% | - |
| HSV(B) | 273.17º | 0.67% | 0.94% | - |
| XYZ | 34.67 | 20.21 | 84.51 | - |
| YUV | 123.97 | 193.49 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 240 | 0.3 | 0.67 | 0 | 0.06 | 273.17 | 0.84 | 0.63 |
| Hex | A8 | 4F | F0 | 1E | 43 | 0 | 6 | 111 | 54 | 3F |
| Octal | 250 | 117 | 360 | 36 | 103 | 0 | 6 | 421 | 124 | 77 |
| Binary | 10101000 | 1001111 | 11110000 | 11110 | 1000011 | 0 | 110 | 100010001 | 1010100 | 111111 |
Color Harmonies of #A84FF0
Complementary color
Monochromatic Colors of #A84FF0
Black with #A84FF0
Text Example
Text Example
White with #A84FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FF0; }
p { color: rgb(168,79,240); }
H1.HeaderClassName
{
color: #A84FF0;
}
.AnyTagClassName
{
color: #A84FF0;
}
</style>
background-color css
<style>
a { background-color: #A84FF0; }
a { background-color: rgb(168,79,240); }
div.DivClassName
{
background-color: #A84FF0;
}
.BgClassName
{
background-color: #A84FF0;
}
</style>
border-color css
<style>
span { border-color: #A84FF0; }
span { border-color: rgb(168,79,240); }
td.TdClassName
{
border-color: #A84FF0;
}
.TagClassName
{
border-color: #A84FF0;
}
</style>