Shades of Medium Orchid #A857E5
Tints of Medium Orchid #A857E5
RGB
CMYK
RGB Variations
Color information
#A857E5 (or 0xA857E5) is known color: Medium Orchid. HEX triplet: A8, 57 and E5. RGB value is (168,87,229). Sum of RGB (Red+Green+Blue) = 168+87+229=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #A857E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857E5 is #57A81A. Grayscale: #7E7E7E. Windows color (decimal): -5744667 or 15030184. OLE color: 15030184.
HSL color Cylindrical-coordinate representation of color #A857E5: hue angle of 274.23º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A857E5 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 87 | 229 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.10 |
| HSL | 274.23º | 0.73% | 0.62% | - |
| HSV(B) | 274.23º | 0.62% | 0.9% | - |
| XYZ | 33.7 | 20.8 | 76.37 | - |
| YUV | 127.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 229 | 0.27 | 0.62 | 0 | 0.10 | 274.23 | 0.73 | 0.62 |
| Hex | A8 | 57 | E5 | 1B | 3E | 0 | A | 112 | 49 | 3E |
| Octal | 250 | 127 | 345 | 33 | 76 | 0 | 12 | 422 | 111 | 76 |
| Binary | 10101000 | 1010111 | 11100101 | 11011 | 111110 | 0 | 1010 | 100010010 | 1001001 | 111110 |
Color Harmonies of #A857E5
Complementary color
Monochromatic Colors of #A857E5
Black with #A857E5
Text Example
Text Example
White with #A857E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857E5; }
p { color: rgb(168,87,229); }
H1.HeaderClassName
{
color: #A857E5;
}
.AnyTagClassName
{
color: #A857E5;
}
</style>
background-color css
<style>
a { background-color: #A857E5; }
a { background-color: rgb(168,87,229); }
div.DivClassName
{
background-color: #A857E5;
}
.BgClassName
{
background-color: #A857E5;
}
</style>
border-color css
<style>
span { border-color: #A857E5; }
span { border-color: rgb(168,87,229); }
td.TdClassName
{
border-color: #A857E5;
}
.TagClassName
{
border-color: #A857E5;
}
</style>