Shades of Medium Orchid #A854F7
Tints of Medium Orchid #A854F7
RGB
CMYK
RGB Variations
Color information
#A854F7 (or 0xA854F7) is known color: Medium Orchid. HEX triplet: A8, 54 and F7. RGB value is (168,84,247). Sum of RGB (Red+Green+Blue) = 168+84+247=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #A854F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854F7 is #57AB08. Grayscale: #7F7F7F. Windows color (decimal): -5745417 or 16209064. OLE color: 16209064.
HSL color Cylindrical-coordinate representation of color #A854F7: hue angle of 270.92º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A854F7 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 84 | 247 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.03 |
| HSL | 270.92º | 0.91% | 0.65% | - |
| HSV(B) | 270.92º | 0.66% | 0.97% | - |
| XYZ | 36.11 | 21.38 | 90.22 | - |
| YUV | 127.7 | 195.33 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 247 | 0.32 | 0.66 | 0 | 0.03 | 270.92 | 0.91 | 0.65 |
| Hex | A8 | 54 | F7 | 20 | 42 | 0 | 3 | 10F | 5B | 41 |
| Octal | 250 | 124 | 367 | 40 | 102 | 0 | 3 | 417 | 133 | 101 |
| Binary | 10101000 | 1010100 | 11110111 | 100000 | 1000010 | 0 | 11 | 100001111 | 1011011 | 1000001 |
Color Harmonies of #A854F7
Complementary color
Monochromatic Colors of #A854F7
Black with #A854F7
Text Example
Text Example
White with #A854F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854F7; }
p { color: rgb(168,84,247); }
H1.HeaderClassName
{
color: #A854F7;
}
.AnyTagClassName
{
color: #A854F7;
}
</style>
background-color css
<style>
a { background-color: #A854F7; }
a { background-color: rgb(168,84,247); }
div.DivClassName
{
background-color: #A854F7;
}
.BgClassName
{
background-color: #A854F7;
}
</style>
border-color css
<style>
span { border-color: #A854F7; }
span { border-color: rgb(168,84,247); }
td.TdClassName
{
border-color: #A854F7;
}
.TagClassName
{
border-color: #A854F7;
}
</style>