Shades of Medium Orchid #A854F1
Tints of Medium Orchid #A854F1
RGB
CMYK
RGB Variations
Color information
#A854F1 (or 0xA854F1) is known color: Medium Orchid. HEX triplet: A8, 54 and F1. RGB value is (168,84,241). Sum of RGB (Red+Green+Blue) = 168+84+241=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #A854F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854F1 is #57AB0E. Grayscale: #7E7E7E. Windows color (decimal): -5745423 or 15815848. OLE color: 15815848.
HSL color Cylindrical-coordinate representation of color #A854F1: hue angle of 272.1º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A854F1 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 84 | 241 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.05 |
| HSL | 272.1º | 0.85% | 0.64% | - |
| HSV(B) | 272.1º | 0.65% | 0.95% | - |
| XYZ | 35.2 | 21.02 | 85.42 | - |
| YUV | 127.01 | 192.33 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 241 | 0.30 | 0.65 | 0 | 0.05 | 272.1 | 0.85 | 0.64 |
| Hex | A8 | 54 | F1 | 1E | 41 | 0 | 5 | 110 | 55 | 40 |
| Octal | 250 | 124 | 361 | 36 | 101 | 0 | 5 | 420 | 125 | 100 |
| Binary | 10101000 | 1010100 | 11110001 | 11110 | 1000001 | 0 | 101 | 100010000 | 1010101 | 1000000 |
Color Harmonies of #A854F1
Complementary color
Monochromatic Colors of #A854F1
Black with #A854F1
Text Example
Text Example
White with #A854F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854F1; }
p { color: rgb(168,84,241); }
H1.HeaderClassName
{
color: #A854F1;
}
.AnyTagClassName
{
color: #A854F1;
}
</style>
background-color css
<style>
a { background-color: #A854F1; }
a { background-color: rgb(168,84,241); }
div.DivClassName
{
background-color: #A854F1;
}
.BgClassName
{
background-color: #A854F1;
}
</style>
border-color css
<style>
span { border-color: #A854F1; }
span { border-color: rgb(168,84,241); }
td.TdClassName
{
border-color: #A854F1;
}
.TagClassName
{
border-color: #A854F1;
}
</style>