Shades of Medium Orchid #A854EB
Tints of Medium Orchid #A854EB
RGB
CMYK
RGB Variations
Color information
#A854EB (or 0xA854EB) is known color: Medium Orchid. HEX triplet: A8, 54 and EB. RGB value is (168,84,235). Sum of RGB (Red+Green+Blue) = 168+84+235=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #A854EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854EB is #57AB14. Grayscale: #7D7D7D. Windows color (decimal): -5745429 or 15422632. OLE color: 15422632.
HSL color Cylindrical-coordinate representation of color #A854EB: hue angle of 273.38º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A854EB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 84 | 235 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.08 |
| HSL | 273.38º | 0.79% | 0.63% | - |
| HSV(B) | 273.38º | 0.64% | 0.92% | - |
| XYZ | 34.31 | 20.66 | 80.78 | - |
| YUV | 126.33 | 189.33 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 235 | 0.29 | 0.64 | 0 | 0.08 | 273.38 | 0.79 | 0.63 |
| Hex | A8 | 54 | EB | 1D | 40 | 0 | 8 | 111 | 4F | 3F |
| Octal | 250 | 124 | 353 | 35 | 100 | 0 | 10 | 421 | 117 | 77 |
| Binary | 10101000 | 1010100 | 11101011 | 11101 | 1000000 | 0 | 1000 | 100010001 | 1001111 | 111111 |
Color Harmonies of #A854EB
Complementary color
Monochromatic Colors of #A854EB
Black with #A854EB
Text Example
Text Example
White with #A854EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854EB; }
p { color: rgb(168,84,235); }
H1.HeaderClassName
{
color: #A854EB;
}
.AnyTagClassName
{
color: #A854EB;
}
</style>
background-color css
<style>
a { background-color: #A854EB; }
a { background-color: rgb(168,84,235); }
div.DivClassName
{
background-color: #A854EB;
}
.BgClassName
{
background-color: #A854EB;
}
</style>
border-color css
<style>
span { border-color: #A854EB; }
span { border-color: rgb(168,84,235); }
td.TdClassName
{
border-color: #A854EB;
}
.TagClassName
{
border-color: #A854EB;
}
</style>