Shades of Medium Orchid #A959E5
Tints of Medium Orchid #A959E5
RGB
CMYK
RGB Variations
Color information
#A959E5 (or 0xA959E5) is known color: Medium Orchid. HEX triplet: A9, 59 and E5. RGB value is (169,89,229). Sum of RGB (Red+Green+Blue) = 169+89+229=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #A959E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959E5 is #56A61A. Grayscale: #808080. Windows color (decimal): -5678619 or 15030697. OLE color: 15030697.
HSL color Cylindrical-coordinate representation of color #A959E5: hue angle of 274.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A959E5 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 89 | 229 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.10 |
| HSL | 274.29º | 0.73% | 0.62% | - |
| HSV(B) | 274.29º | 0.61% | 0.9% | - |
| XYZ | 34.08 | 21.24 | 76.43 | - |
| YUV | 128.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 229 | 0.26 | 0.61 | 0 | 0.10 | 274.29 | 0.73 | 0.62 |
| Hex | A9 | 59 | E5 | 1A | 3D | 0 | A | 112 | 49 | 3E |
| Octal | 251 | 131 | 345 | 32 | 75 | 0 | 12 | 422 | 111 | 76 |
| Binary | 10101001 | 1011001 | 11100101 | 11010 | 111101 | 0 | 1010 | 100010010 | 1001001 | 111110 |
Color Harmonies of #A959E5
Complementary color
Monochromatic Colors of #A959E5
Black with #A959E5
Text Example
Text Example
White with #A959E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959E5; }
p { color: rgb(169,89,229); }
H1.HeaderClassName
{
color: #A959E5;
}
.AnyTagClassName
{
color: #A959E5;
}
</style>
background-color css
<style>
a { background-color: #A959E5; }
a { background-color: rgb(169,89,229); }
div.DivClassName
{
background-color: #A959E5;
}
.BgClassName
{
background-color: #A959E5;
}
</style>
border-color css
<style>
span { border-color: #A959E5; }
span { border-color: rgb(169,89,229); }
td.TdClassName
{
border-color: #A959E5;
}
.TagClassName
{
border-color: #A959E5;
}
</style>