Shades of Medium Orchid #A851EE
Tints of Medium Orchid #A851EE
RGB
CMYK
RGB Variations
Color information
#A851EE (or 0xA851EE) is known color: Medium Orchid. HEX triplet: A8, 51 and EE. RGB value is (168,81,238). Sum of RGB (Red+Green+Blue) = 168+81+238=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #A851EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851EE is #57AE11. Grayscale: #7C7C7C. Windows color (decimal): -5746194 or 15618472. OLE color: 15618472.
HSL color Cylindrical-coordinate representation of color #A851EE: hue angle of 273.25º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A851EE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 81 | 238 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.07 |
| HSL | 273.25º | 0.82% | 0.63% | - |
| HSV(B) | 273.25º | 0.66% | 0.93% | - |
| XYZ | 34.52 | 20.38 | 83 | - |
| YUV | 124.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 238 | 0.29 | 0.66 | 0 | 0.07 | 273.25 | 0.82 | 0.63 |
| Hex | A8 | 51 | EE | 1D | 42 | 0 | 7 | 111 | 52 | 3F |
| Octal | 250 | 121 | 356 | 35 | 102 | 0 | 7 | 421 | 122 | 77 |
| Binary | 10101000 | 1010001 | 11101110 | 11101 | 1000010 | 0 | 111 | 100010001 | 1010010 | 111111 |
Color Harmonies of #A851EE
Complementary color
Monochromatic Colors of #A851EE
Black with #A851EE
Text Example
Text Example
White with #A851EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851EE; }
p { color: rgb(168,81,238); }
H1.HeaderClassName
{
color: #A851EE;
}
.AnyTagClassName
{
color: #A851EE;
}
</style>
background-color css
<style>
a { background-color: #A851EE; }
a { background-color: rgb(168,81,238); }
div.DivClassName
{
background-color: #A851EE;
}
.BgClassName
{
background-color: #A851EE;
}
</style>
border-color css
<style>
span { border-color: #A851EE; }
span { border-color: rgb(168,81,238); }
td.TdClassName
{
border-color: #A851EE;
}
.TagClassName
{
border-color: #A851EE;
}
</style>