Shades of Medium Orchid #A854EF
Tints of Medium Orchid #A854EF
RGB
CMYK
RGB Variations
Color information
#A854EF (or 0xA854EF) is known color: Medium Orchid. HEX triplet: A8, 54 and EF. RGB value is (168,84,239). Sum of RGB (Red+Green+Blue) = 168+84+239=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #A854EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854EF is #57AB10. Grayscale: #7E7E7E. Windows color (decimal): -5745425 or 15684776. OLE color: 15684776.
HSL color Cylindrical-coordinate representation of color #A854EF: hue angle of 272.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A854EF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 84 | 239 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.06 |
| HSL | 272.52º | 0.83% | 0.63% | - |
| HSV(B) | 272.52º | 0.65% | 0.94% | - |
| XYZ | 34.9 | 20.9 | 83.86 | - |
| YUV | 126.79 | 191.33 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 239 | 0.30 | 0.65 | 0 | 0.06 | 272.52 | 0.83 | 0.63 |
| Hex | A8 | 54 | EF | 1E | 41 | 0 | 6 | 111 | 53 | 3F |
| Octal | 250 | 124 | 357 | 36 | 101 | 0 | 6 | 421 | 123 | 77 |
| Binary | 10101000 | 1010100 | 11101111 | 11110 | 1000001 | 0 | 110 | 100010001 | 1010011 | 111111 |
Color Harmonies of #A854EF
Complementary color
Monochromatic Colors of #A854EF
Black with #A854EF
Text Example
Text Example
White with #A854EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854EF; }
p { color: rgb(168,84,239); }
H1.HeaderClassName
{
color: #A854EF;
}
.AnyTagClassName
{
color: #A854EF;
}
</style>
background-color css
<style>
a { background-color: #A854EF; }
a { background-color: rgb(168,84,239); }
div.DivClassName
{
background-color: #A854EF;
}
.BgClassName
{
background-color: #A854EF;
}
</style>
border-color css
<style>
span { border-color: #A854EF; }
span { border-color: rgb(168,84,239); }
td.TdClassName
{
border-color: #A854EF;
}
.TagClassName
{
border-color: #A854EF;
}
</style>