Shades of Medium Orchid #A956EC
Tints of Medium Orchid #A956EC
RGB
CMYK
RGB Variations
Color information
#A956EC (or 0xA956EC) is known color: Medium Orchid. HEX triplet: A9, 56 and EC. RGB value is (169,86,236). Sum of RGB (Red+Green+Blue) = 169+86+236=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #A956EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A956EC is #56A913. Grayscale: #7F7F7F. Windows color (decimal): -5679380 or 15488681. OLE color: 15488681.
HSL color Cylindrical-coordinate representation of color #A956EC: hue angle of 273.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A956EC is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 86 | 236 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.07 |
| HSL | 273.2º | 0.8% | 0.63% | - |
| HSV(B) | 273.2º | 0.64% | 0.93% | - |
| XYZ | 34.83 | 21.15 | 81.6 | - |
| YUV | 127.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 236 | 0.28 | 0.64 | 0 | 0.07 | 273.2 | 0.8 | 0.63 |
| Hex | A9 | 56 | EC | 1C | 40 | 0 | 7 | 111 | 50 | 3F |
| Octal | 251 | 126 | 354 | 34 | 100 | 0 | 7 | 421 | 120 | 77 |
| Binary | 10101001 | 1010110 | 11101100 | 11100 | 1000000 | 0 | 111 | 100010001 | 1010000 | 111111 |
Color Harmonies of #A956EC
Complementary color
Monochromatic Colors of #A956EC
Black with #A956EC
Text Example
Text Example
White with #A956EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956EC; }
p { color: rgb(169,86,236); }
H1.HeaderClassName
{
color: #A956EC;
}
.AnyTagClassName
{
color: #A956EC;
}
</style>
background-color css
<style>
a { background-color: #A956EC; }
a { background-color: rgb(169,86,236); }
div.DivClassName
{
background-color: #A956EC;
}
.BgClassName
{
background-color: #A956EC;
}
</style>
border-color css
<style>
span { border-color: #A956EC; }
span { border-color: rgb(169,86,236); }
td.TdClassName
{
border-color: #A956EC;
}
.TagClassName
{
border-color: #A956EC;
}
</style>