Shades of Medium Orchid #A851D9
Tints of Medium Orchid #A851D9
RGB
CMYK
RGB Variations
Color information
#A851D9 (or 0xA851D9) is known color: Medium Orchid. HEX triplet: A8, 51 and D9. RGB value is (168,81,217). Sum of RGB (Red+Green+Blue) = 168+81+217=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #A851D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851D9 is #57AE26. Grayscale: #7A7A7A. Windows color (decimal): -5746215 or 14242216. OLE color: 14242216.
HSL color Cylindrical-coordinate representation of color #A851D9: hue angle of 278.38º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A851D9 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 81 | 217 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.15 |
| HSL | 278.38º | 0.64% | 0.58% | - |
| HSV(B) | 278.38º | 0.63% | 0.85% | - |
| XYZ | 31.62 | 19.22 | 67.69 | - |
| YUV | 122.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 217 | 0.23 | 0.63 | 0 | 0.15 | 278.38 | 0.64 | 0.58 |
| Hex | A8 | 51 | D9 | 17 | 3F | 0 | F | 116 | 40 | 3A |
| Octal | 250 | 121 | 331 | 27 | 77 | 0 | 17 | 426 | 100 | 72 |
| Binary | 10101000 | 1010001 | 11011001 | 10111 | 111111 | 0 | 1111 | 100010110 | 1000000 | 111010 |
Color Harmonies of #A851D9
Complementary color
Monochromatic Colors of #A851D9
Black with #A851D9
Text Example
Text Example
White with #A851D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851D9; }
p { color: rgb(168,81,217); }
H1.HeaderClassName
{
color: #A851D9;
}
.AnyTagClassName
{
color: #A851D9;
}
</style>
background-color css
<style>
a { background-color: #A851D9; }
a { background-color: rgb(168,81,217); }
div.DivClassName
{
background-color: #A851D9;
}
.BgClassName
{
background-color: #A851D9;
}
</style>
border-color css
<style>
span { border-color: #A851D9; }
span { border-color: rgb(168,81,217); }
td.TdClassName
{
border-color: #A851D9;
}
.TagClassName
{
border-color: #A851D9;
}
</style>