Shades of Medium Orchid #A959EF
Tints of Medium Orchid #A959EF
RGB
CMYK
RGB Variations
Color information
#A959EF (or 0xA959EF) is known color: Medium Orchid. HEX triplet: A9, 59 and EF. RGB value is (169,89,239). Sum of RGB (Red+Green+Blue) = 169+89+239=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #A959EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A959EF is #56A610. Grayscale: #818181. Windows color (decimal): -5678609 or 15686057. OLE color: 15686057.
HSL color Cylindrical-coordinate representation of color #A959EF: hue angle of 272º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A959EF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 89 | 239 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.06 |
| HSL | 272º | 0.82% | 0.64% | - |
| HSV(B) | 272º | 0.63% | 0.94% | - |
| XYZ | 35.51 | 21.81 | 84 | - |
| YUV | 130.02 | 189.5 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 239 | 0.29 | 0.63 | 0 | 0.06 | 272 | 0.82 | 0.64 |
| Hex | A9 | 59 | EF | 1D | 3F | 0 | 6 | 110 | 52 | 40 |
| Octal | 251 | 131 | 357 | 35 | 77 | 0 | 6 | 420 | 122 | 100 |
| Binary | 10101001 | 1011001 | 11101111 | 11101 | 111111 | 0 | 110 | 100010000 | 1010010 | 1000000 |
Color Harmonies of #A959EF
Complementary color
Monochromatic Colors of #A959EF
Black with #A959EF
Text Example
Text Example
White with #A959EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959EF; }
p { color: rgb(169,89,239); }
H1.HeaderClassName
{
color: #A959EF;
}
.AnyTagClassName
{
color: #A959EF;
}
</style>
background-color css
<style>
a { background-color: #A959EF; }
a { background-color: rgb(169,89,239); }
div.DivClassName
{
background-color: #A959EF;
}
.BgClassName
{
background-color: #A959EF;
}
</style>
border-color css
<style>
span { border-color: #A959EF; }
span { border-color: rgb(169,89,239); }
td.TdClassName
{
border-color: #A959EF;
}
.TagClassName
{
border-color: #A959EF;
}
</style>