Shades of Medium Orchid #A856D5
Tints of Medium Orchid #A856D5
RGB
CMYK
RGB Variations
Color information
#A856D5 (or 0xA856D5) is known color: Medium Orchid. HEX triplet: A8, 56 and D5. RGB value is (168,86,213). Sum of RGB (Red+Green+Blue) = 168+86+213=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #A856D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856D5 is #57A92A. Grayscale: #7C7C7C. Windows color (decimal): -5744939 or 13981352. OLE color: 13981352.
HSL color Cylindrical-coordinate representation of color #A856D5: hue angle of 278.74º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A856D5 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 86 | 213 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.16 |
| HSL | 278.74º | 0.6% | 0.59% | - |
| HSV(B) | 278.74º | 0.6% | 0.84% | - |
| XYZ | 31.49 | 19.78 | 65.11 | - |
| YUV | 125 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 213 | 0.21 | 0.60 | 0 | 0.16 | 278.74 | 0.6 | 0.59 |
| Hex | A8 | 56 | D5 | 15 | 3C | 0 | 10 | 117 | 3C | 3B |
| Octal | 250 | 126 | 325 | 25 | 74 | 0 | 20 | 427 | 74 | 73 |
| Binary | 10101000 | 1010110 | 11010101 | 10101 | 111100 | 0 | 10000 | 100010111 | 111100 | 111011 |
Color Harmonies of #A856D5
Complementary color
Monochromatic Colors of #A856D5
Black with #A856D5
Text Example
Text Example
White with #A856D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A856D5; }
p { color: rgb(168,86,213); }
H1.HeaderClassName
{
color: #A856D5;
}
.AnyTagClassName
{
color: #A856D5;
}
</style>
background-color css
<style>
a { background-color: #A856D5; }
a { background-color: rgb(168,86,213); }
div.DivClassName
{
background-color: #A856D5;
}
.BgClassName
{
background-color: #A856D5;
}
</style>
border-color css
<style>
span { border-color: #A856D5; }
span { border-color: rgb(168,86,213); }
td.TdClassName
{
border-color: #A856D5;
}
.TagClassName
{
border-color: #A856D5;
}
</style>