Shades of Medium Orchid #A959CE
Tints of Medium Orchid #A959CE
RGB
CMYK
RGB Variations
Color information
#A959CE (or 0xA959CE) is known color: Medium Orchid. HEX triplet: A9, 59 and CE. RGB value is (169,89,206). Sum of RGB (Red+Green+Blue) = 169+89+206=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #A959CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959CE is #56A631. Grayscale: #7D7D7D. Windows color (decimal): -5678642 or 13523369. OLE color: 13523369.
HSL color Cylindrical-coordinate representation of color #A959CE: hue angle of 281.03º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A959CE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 89 | 206 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.19 |
| HSL | 281.03º | 0.54% | 0.58% | - |
| HSV(B) | 281.03º | 0.57% | 0.81% | - |
| XYZ | 31.08 | 20.04 | 60.62 | - |
| YUV | 126.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 206 | 0.18 | 0.57 | 0 | 0.19 | 281.03 | 0.54 | 0.58 |
| Hex | A9 | 59 | CE | 12 | 39 | 0 | 13 | 119 | 36 | 3A |
| Octal | 251 | 131 | 316 | 22 | 71 | 0 | 23 | 431 | 66 | 72 |
| Binary | 10101001 | 1011001 | 11001110 | 10010 | 111001 | 0 | 10011 | 100011001 | 110110 | 111010 |
Color Harmonies of #A959CE
Complementary color
Monochromatic Colors of #A959CE
Black with #A959CE
Text Example
Text Example
White with #A959CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959CE; }
p { color: rgb(169,89,206); }
H1.HeaderClassName
{
color: #A959CE;
}
.AnyTagClassName
{
color: #A959CE;
}
</style>
background-color css
<style>
a { background-color: #A959CE; }
a { background-color: rgb(169,89,206); }
div.DivClassName
{
background-color: #A959CE;
}
.BgClassName
{
background-color: #A959CE;
}
</style>
border-color css
<style>
span { border-color: #A959CE; }
span { border-color: rgb(169,89,206); }
td.TdClassName
{
border-color: #A959CE;
}
.TagClassName
{
border-color: #A959CE;
}
</style>