Shades of Medium Orchid #A854DE
Tints of Medium Orchid #A854DE
RGB
CMYK
RGB Variations
Color information
#A854DE (or 0xA854DE) is known color: Medium Orchid. HEX triplet: A8, 54 and DE. RGB value is (168,84,222). Sum of RGB (Red+Green+Blue) = 168+84+222=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #A854DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854DE is #57AB21. Grayscale: #7C7C7C. Windows color (decimal): -5745442 or 14570664. OLE color: 14570664.
HSL color Cylindrical-coordinate representation of color #A854DE: hue angle of 276.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A854DE is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 84 | 222 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.13 |
| HSL | 276.52º | 0.68% | 0.6% | - |
| HSV(B) | 276.52º | 0.62% | 0.87% | - |
| XYZ | 32.5 | 19.94 | 71.24 | - |
| YUV | 124.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 222 | 0.24 | 0.62 | 0 | 0.13 | 276.52 | 0.68 | 0.6 |
| Hex | A8 | 54 | DE | 18 | 3E | 0 | D | 115 | 44 | 3C |
| Octal | 250 | 124 | 336 | 30 | 76 | 0 | 15 | 425 | 104 | 74 |
| Binary | 10101000 | 1010100 | 11011110 | 11000 | 111110 | 0 | 1101 | 100010101 | 1000100 | 111100 |
Color Harmonies of #A854DE
Complementary color
Monochromatic Colors of #A854DE
Black with #A854DE
Text Example
Text Example
White with #A854DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854DE; }
p { color: rgb(168,84,222); }
H1.HeaderClassName
{
color: #A854DE;
}
.AnyTagClassName
{
color: #A854DE;
}
</style>
background-color css
<style>
a { background-color: #A854DE; }
a { background-color: rgb(168,84,222); }
div.DivClassName
{
background-color: #A854DE;
}
.BgClassName
{
background-color: #A854DE;
}
</style>
border-color css
<style>
span { border-color: #A854DE; }
span { border-color: rgb(168,84,222); }
td.TdClassName
{
border-color: #A854DE;
}
.TagClassName
{
border-color: #A854DE;
}
</style>