Shades of Medium Orchid #A857EE
Tints of Medium Orchid #A857EE
RGB
CMYK
RGB Variations
Color information
#A857EE (or 0xA857EE) is known color: Medium Orchid. HEX triplet: A8, 57 and EE. RGB value is (168,87,238). Sum of RGB (Red+Green+Blue) = 168+87+238=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #A857EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857EE is #57A811. Grayscale: #7F7F7F. Windows color (decimal): -5744658 or 15620008. OLE color: 15620008.
HSL color Cylindrical-coordinate representation of color #A857EE: hue angle of 272.19º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A857EE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 87 | 238 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.07 |
| HSL | 272.19º | 0.82% | 0.64% | - |
| HSV(B) | 272.19º | 0.63% | 0.93% | - |
| XYZ | 34.99 | 21.31 | 83.16 | - |
| YUV | 128.43 | 189.84 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 238 | 0.29 | 0.63 | 0 | 0.07 | 272.19 | 0.82 | 0.64 |
| Hex | A8 | 57 | EE | 1D | 3F | 0 | 7 | 110 | 52 | 40 |
| Octal | 250 | 127 | 356 | 35 | 77 | 0 | 7 | 420 | 122 | 100 |
| Binary | 10101000 | 1010111 | 11101110 | 11101 | 111111 | 0 | 111 | 100010000 | 1010010 | 1000000 |
Color Harmonies of #A857EE
Complementary color
Monochromatic Colors of #A857EE
Black with #A857EE
Text Example
Text Example
White with #A857EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857EE; }
p { color: rgb(168,87,238); }
H1.HeaderClassName
{
color: #A857EE;
}
.AnyTagClassName
{
color: #A857EE;
}
</style>
background-color css
<style>
a { background-color: #A857EE; }
a { background-color: rgb(168,87,238); }
div.DivClassName
{
background-color: #A857EE;
}
.BgClassName
{
background-color: #A857EE;
}
</style>
border-color css
<style>
span { border-color: #A857EE; }
span { border-color: rgb(168,87,238); }
td.TdClassName
{
border-color: #A857EE;
}
.TagClassName
{
border-color: #A857EE;
}
</style>