Shades of Medium Orchid #A854DF
Tints of Medium Orchid #A854DF
RGB
CMYK
RGB Variations
Color information
#A854DF (or 0xA854DF) is known color: Medium Orchid. HEX triplet: A8, 54 and DF. RGB value is (168,84,223). Sum of RGB (Red+Green+Blue) = 168+84+223=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A854DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854DF is #57AB20. Grayscale: #7C7C7C. Windows color (decimal): -5745441 or 14636200. OLE color: 14636200.
HSL color Cylindrical-coordinate representation of color #A854DF: hue angle of 276.26º 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 #A854DF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 84 | 223 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.13 |
| HSL | 276.26º | 0.68% | 0.6% | - |
| HSV(B) | 276.26º | 0.62% | 0.87% | - |
| XYZ | 32.64 | 19.99 | 71.95 | - |
| YUV | 124.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 223 | 0.25 | 0.62 | 0 | 0.13 | 276.26 | 0.68 | 0.6 |
| Hex | A8 | 54 | DF | 19 | 3E | 0 | D | 114 | 44 | 3C |
| Octal | 250 | 124 | 337 | 31 | 76 | 0 | 15 | 424 | 104 | 74 |
| Binary | 10101000 | 1010100 | 11011111 | 11001 | 111110 | 0 | 1101 | 100010100 | 1000100 | 111100 |
Color Harmonies of #A854DF
Complementary color
Monochromatic Colors of #A854DF
Black with #A854DF
Text Example
Text Example
White with #A854DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854DF; }
p { color: rgb(168,84,223); }
H1.HeaderClassName
{
color: #A854DF;
}
.AnyTagClassName
{
color: #A854DF;
}
</style>
background-color css
<style>
a { background-color: #A854DF; }
a { background-color: rgb(168,84,223); }
div.DivClassName
{
background-color: #A854DF;
}
.BgClassName
{
background-color: #A854DF;
}
</style>
border-color css
<style>
span { border-color: #A854DF; }
span { border-color: rgb(168,84,223); }
td.TdClassName
{
border-color: #A854DF;
}
.TagClassName
{
border-color: #A854DF;
}
</style>