Shades of Medium Orchid #A851EF
Tints of Medium Orchid #A851EF
RGB
CMYK
RGB Variations
Color information
#A851EF (or 0xA851EF) is known color: Medium Orchid. HEX triplet: A8, 51 and EF. RGB value is (168,81,239). Sum of RGB (Red+Green+Blue) = 168+81+239=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #A851EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851EF is #57AE10. Grayscale: #7C7C7C. Windows color (decimal): -5746193 or 15684008. OLE color: 15684008.
HSL color Cylindrical-coordinate representation of color #A851EF: hue angle of 273.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A851EF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 81 | 239 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.06 |
| HSL | 273.04º | 0.83% | 0.63% | - |
| HSV(B) | 273.04º | 0.66% | 0.94% | - |
| XYZ | 34.67 | 20.44 | 83.78 | - |
| YUV | 125.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 239 | 0.30 | 0.66 | 0 | 0.06 | 273.04 | 0.83 | 0.63 |
| Hex | A8 | 51 | EF | 1E | 42 | 0 | 6 | 111 | 53 | 3F |
| Octal | 250 | 121 | 357 | 36 | 102 | 0 | 6 | 421 | 123 | 77 |
| Binary | 10101000 | 1010001 | 11101111 | 11110 | 1000010 | 0 | 110 | 100010001 | 1010011 | 111111 |
Color Harmonies of #A851EF
Complementary color
Monochromatic Colors of #A851EF
Black with #A851EF
Text Example
Text Example
White with #A851EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851EF; }
p { color: rgb(168,81,239); }
H1.HeaderClassName
{
color: #A851EF;
}
.AnyTagClassName
{
color: #A851EF;
}
</style>
background-color css
<style>
a { background-color: #A851EF; }
a { background-color: rgb(168,81,239); }
div.DivClassName
{
background-color: #A851EF;
}
.BgClassName
{
background-color: #A851EF;
}
</style>
border-color css
<style>
span { border-color: #A851EF; }
span { border-color: rgb(168,81,239); }
td.TdClassName
{
border-color: #A851EF;
}
.TagClassName
{
border-color: #A851EF;
}
</style>