Shades of Medium Orchid #A959E0
Tints of Medium Orchid #A959E0
RGB
CMYK
RGB Variations
Color information
#A959E0 (or 0xA959E0) is known color: Medium Orchid. HEX triplet: A9, 59 and E0. RGB value is (169,89,224). Sum of RGB (Red+Green+Blue) = 169+89+224=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #A959E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959E0 is #56A61F. Grayscale: #7F7F7F. Windows color (decimal): -5678624 or 14703017. OLE color: 14703017.
HSL color Cylindrical-coordinate representation of color #A959E0: hue angle of 275.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A959E0 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 89 | 224 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.12 |
| HSL | 275.56º | 0.69% | 0.61% | - |
| HSV(B) | 275.56º | 0.6% | 0.88% | - |
| XYZ | 33.39 | 20.96 | 72.81 | - |
| YUV | 128.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 224 | 0.25 | 0.60 | 0 | 0.12 | 275.56 | 0.69 | 0.61 |
| Hex | A9 | 59 | E0 | 19 | 3C | 0 | C | 114 | 45 | 3D |
| Octal | 251 | 131 | 340 | 31 | 74 | 0 | 14 | 424 | 105 | 75 |
| Binary | 10101001 | 1011001 | 11100000 | 11001 | 111100 | 0 | 1100 | 100010100 | 1000101 | 111101 |
Color Harmonies of #A959E0
Complementary color
Monochromatic Colors of #A959E0
Black with #A959E0
Text Example
Text Example
White with #A959E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959E0; }
p { color: rgb(169,89,224); }
H1.HeaderClassName
{
color: #A959E0;
}
.AnyTagClassName
{
color: #A959E0;
}
</style>
background-color css
<style>
a { background-color: #A959E0; }
a { background-color: rgb(169,89,224); }
div.DivClassName
{
background-color: #A959E0;
}
.BgClassName
{
background-color: #A959E0;
}
</style>
border-color css
<style>
span { border-color: #A959E0; }
span { border-color: rgb(169,89,224); }
td.TdClassName
{
border-color: #A959E0;
}
.TagClassName
{
border-color: #A959E0;
}
</style>