Shades of Medium Orchid #A851EC
Tints of Medium Orchid #A851EC
RGB
CMYK
RGB Variations
Color information
#A851EC (or 0xA851EC) is known color: Medium Orchid. HEX triplet: A8, 51 and EC. RGB value is (168,81,236). Sum of RGB (Red+Green+Blue) = 168+81+236=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #A851EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851EC is #57AE13. Grayscale: #7C7C7C. Windows color (decimal): -5746196 or 15487400. OLE color: 15487400.
HSL color Cylindrical-coordinate representation of color #A851EC: hue angle of 273.68º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A851EC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 81 | 236 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.07 |
| HSL | 273.68º | 0.8% | 0.62% | - |
| HSV(B) | 273.68º | 0.66% | 0.93% | - |
| XYZ | 34.23 | 20.27 | 81.46 | - |
| YUV | 124.68 | 190.82 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 236 | 0.29 | 0.66 | 0 | 0.07 | 273.68 | 0.8 | 0.62 |
| Hex | A8 | 51 | EC | 1D | 42 | 0 | 7 | 112 | 50 | 3E |
| Octal | 250 | 121 | 354 | 35 | 102 | 0 | 7 | 422 | 120 | 76 |
| Binary | 10101000 | 1010001 | 11101100 | 11101 | 1000010 | 0 | 111 | 100010010 | 1010000 | 111110 |
Color Harmonies of #A851EC
Complementary color
Monochromatic Colors of #A851EC
Black with #A851EC
Text Example
Text Example
White with #A851EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851EC; }
p { color: rgb(168,81,236); }
H1.HeaderClassName
{
color: #A851EC;
}
.AnyTagClassName
{
color: #A851EC;
}
</style>
background-color css
<style>
a { background-color: #A851EC; }
a { background-color: rgb(168,81,236); }
div.DivClassName
{
background-color: #A851EC;
}
.BgClassName
{
background-color: #A851EC;
}
</style>
border-color css
<style>
span { border-color: #A851EC; }
span { border-color: rgb(168,81,236); }
td.TdClassName
{
border-color: #A851EC;
}
.TagClassName
{
border-color: #A851EC;
}
</style>