Shades of Medium Orchid #A857F2
Tints of Medium Orchid #A857F2
RGB
CMYK
RGB Variations
Color information
#A857F2 (or 0xA857F2) is known color: Medium Orchid. HEX triplet: A8, 57 and F2. RGB value is (168,87,242). Sum of RGB (Red+Green+Blue) = 168+87+242=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #A857F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857F2 is #57A80D. Grayscale: #808080. Windows color (decimal): -5744654 or 15882152. OLE color: 15882152.
HSL color Cylindrical-coordinate representation of color #A857F2: hue angle of 271.35º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A857F2 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 87 | 242 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.05 |
| HSL | 271.35º | 0.86% | 0.65% | - |
| HSV(B) | 271.35º | 0.64% | 0.95% | - |
| XYZ | 35.58 | 21.55 | 86.29 | - |
| YUV | 128.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 242 | 0.31 | 0.64 | 0 | 0.05 | 271.35 | 0.86 | 0.65 |
| Hex | A8 | 57 | F2 | 1F | 40 | 0 | 5 | 10F | 56 | 41 |
| Octal | 250 | 127 | 362 | 37 | 100 | 0 | 5 | 417 | 126 | 101 |
| Binary | 10101000 | 1010111 | 11110010 | 11111 | 1000000 | 0 | 101 | 100001111 | 1010110 | 1000001 |
Color Harmonies of #A857F2
Complementary color
Monochromatic Colors of #A857F2
Black with #A857F2
Text Example
Text Example
White with #A857F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857F2; }
p { color: rgb(168,87,242); }
H1.HeaderClassName
{
color: #A857F2;
}
.AnyTagClassName
{
color: #A857F2;
}
</style>
background-color css
<style>
a { background-color: #A857F2; }
a { background-color: rgb(168,87,242); }
div.DivClassName
{
background-color: #A857F2;
}
.BgClassName
{
background-color: #A857F2;
}
</style>
border-color css
<style>
span { border-color: #A857F2; }
span { border-color: rgb(168,87,242); }
td.TdClassName
{
border-color: #A857F2;
}
.TagClassName
{
border-color: #A857F2;
}
</style>