Shades of Medium Orchid #A854D9
Tints of Medium Orchid #A854D9
RGB
CMYK
RGB Variations
Color information
#A854D9 (or 0xA854D9) is known color: Medium Orchid. HEX triplet: A8, 54 and D9. RGB value is (168,84,217). Sum of RGB (Red+Green+Blue) = 168+84+217=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #A854D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854D9 is #57AB26. Grayscale: #7B7B7B. Windows color (decimal): -5745447 or 14242984. OLE color: 14242984.
HSL color Cylindrical-coordinate representation of color #A854D9: hue angle of 277.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A854D9 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 84 | 217 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.15 |
| HSL | 277.89º | 0.64% | 0.59% | - |
| HSV(B) | 277.89º | 0.61% | 0.85% | - |
| XYZ | 31.84 | 19.68 | 67.77 | - |
| YUV | 124.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 217 | 0.23 | 0.61 | 0 | 0.15 | 277.89 | 0.64 | 0.59 |
| Hex | A8 | 54 | D9 | 17 | 3D | 0 | F | 116 | 40 | 3B |
| Octal | 250 | 124 | 331 | 27 | 75 | 0 | 17 | 426 | 100 | 73 |
| Binary | 10101000 | 1010100 | 11011001 | 10111 | 111101 | 0 | 1111 | 100010110 | 1000000 | 111011 |
Color Harmonies of #A854D9
Complementary color
Monochromatic Colors of #A854D9
Black with #A854D9
Text Example
Text Example
White with #A854D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854D9; }
p { color: rgb(168,84,217); }
H1.HeaderClassName
{
color: #A854D9;
}
.AnyTagClassName
{
color: #A854D9;
}
</style>
background-color css
<style>
a { background-color: #A854D9; }
a { background-color: rgb(168,84,217); }
div.DivClassName
{
background-color: #A854D9;
}
.BgClassName
{
background-color: #A854D9;
}
</style>
border-color css
<style>
span { border-color: #A854D9; }
span { border-color: rgb(168,84,217); }
td.TdClassName
{
border-color: #A854D9;
}
.TagClassName
{
border-color: #A854D9;
}
</style>