Shades of Medium Orchid #A959E2
Tints of Medium Orchid #A959E2
RGB
CMYK
RGB Variations
Color information
#A959E2 (or 0xA959E2) is known color: Medium Orchid. HEX triplet: A9, 59 and E2. RGB value is (169,89,226). Sum of RGB (Red+Green+Blue) = 169+89+226=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #A959E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959E2 is #56A61D. Grayscale: #808080. Windows color (decimal): -5678622 or 14834089. OLE color: 14834089.
HSL color Cylindrical-coordinate representation of color #A959E2: hue angle of 275.04º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A959E2 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 89 | 226 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.11 |
| HSL | 275.04º | 0.7% | 0.62% | - |
| HSV(B) | 275.04º | 0.61% | 0.89% | - |
| XYZ | 33.66 | 21.07 | 74.24 | - |
| YUV | 128.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 226 | 0.25 | 0.61 | 0 | 0.11 | 275.04 | 0.7 | 0.62 |
| Hex | A9 | 59 | E2 | 19 | 3D | 0 | B | 113 | 46 | 3E |
| Octal | 251 | 131 | 342 | 31 | 75 | 0 | 13 | 423 | 106 | 76 |
| Binary | 10101001 | 1011001 | 11100010 | 11001 | 111101 | 0 | 1011 | 100010011 | 1000110 | 111110 |
Color Harmonies of #A959E2
Complementary color
Monochromatic Colors of #A959E2
Black with #A959E2
Text Example
Text Example
White with #A959E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959E2; }
p { color: rgb(169,89,226); }
H1.HeaderClassName
{
color: #A959E2;
}
.AnyTagClassName
{
color: #A959E2;
}
</style>
background-color css
<style>
a { background-color: #A959E2; }
a { background-color: rgb(169,89,226); }
div.DivClassName
{
background-color: #A959E2;
}
.BgClassName
{
background-color: #A959E2;
}
</style>
border-color css
<style>
span { border-color: #A959E2; }
span { border-color: rgb(169,89,226); }
td.TdClassName
{
border-color: #A959E2;
}
.TagClassName
{
border-color: #A959E2;
}
</style>