Shades of Medium Orchid #A856E4
Tints of Medium Orchid #A856E4
RGB
CMYK
RGB Variations
Color information
#A856E4 (or 0xA856E4) is known color: Medium Orchid. HEX triplet: A8, 56 and E4. RGB value is (168,86,228). Sum of RGB (Red+Green+Blue) = 168+86+228=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #A856E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856E4 is #57A91B. Grayscale: #7E7E7E. Windows color (decimal): -5744924 or 14964392. OLE color: 14964392.
HSL color Cylindrical-coordinate representation of color #A856E4: hue angle of 274.65º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A856E4 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 86 | 228 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.11 |
| HSL | 274.65º | 0.72% | 0.62% | - |
| HSV(B) | 274.65º | 0.62% | 0.89% | - |
| XYZ | 33.48 | 20.58 | 75.61 | - |
| YUV | 126.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 228 | 0.26 | 0.62 | 0 | 0.11 | 274.65 | 0.72 | 0.62 |
| Hex | A8 | 56 | E4 | 1A | 3E | 0 | B | 113 | 48 | 3E |
| Octal | 250 | 126 | 344 | 32 | 76 | 0 | 13 | 423 | 110 | 76 |
| Binary | 10101000 | 1010110 | 11100100 | 11010 | 111110 | 0 | 1011 | 100010011 | 1001000 | 111110 |
Color Harmonies of #A856E4
Complementary color
Monochromatic Colors of #A856E4
Black with #A856E4
Text Example
Text Example
White with #A856E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856E4; }
p { color: rgb(168,86,228); }
H1.HeaderClassName
{
color: #A856E4;
}
.AnyTagClassName
{
color: #A856E4;
}
</style>
background-color css
<style>
a { background-color: #A856E4; }
a { background-color: rgb(168,86,228); }
div.DivClassName
{
background-color: #A856E4;
}
.BgClassName
{
background-color: #A856E4;
}
</style>
border-color css
<style>
span { border-color: #A856E4; }
span { border-color: rgb(168,86,228); }
td.TdClassName
{
border-color: #A856E4;
}
.TagClassName
{
border-color: #A856E4;
}
</style>