Shades of Medium Orchid #A959D3
Tints of Medium Orchid #A959D3
RGB
CMYK
RGB Variations
Color information
#A959D3 (or 0xA959D3) is known color: Medium Orchid. HEX triplet: A9, 59 and D3. RGB value is (169,89,211). Sum of RGB (Red+Green+Blue) = 169+89+211=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #A959D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959D3 is #56A62C. Grayscale: #7E7E7E. Windows color (decimal): -5678637 or 13851049. OLE color: 13851049.
HSL color Cylindrical-coordinate representation of color #A959D3: hue angle of 279.34º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A959D3 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 89 | 211 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.17 |
| HSL | 279.34º | 0.58% | 0.59% | - |
| HSV(B) | 279.34º | 0.58% | 0.83% | - |
| XYZ | 31.69 | 20.28 | 63.87 | - |
| YUV | 126.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 211 | 0.20 | 0.58 | 0 | 0.17 | 279.34 | 0.58 | 0.59 |
| Hex | A9 | 59 | D3 | 14 | 3A | 0 | 11 | 117 | 3A | 3B |
| Octal | 251 | 131 | 323 | 24 | 72 | 0 | 21 | 427 | 72 | 73 |
| Binary | 10101001 | 1011001 | 11010011 | 10100 | 111010 | 0 | 10001 | 100010111 | 111010 | 111011 |
Color Harmonies of #A959D3
Complementary color
Monochromatic Colors of #A959D3
Black with #A959D3
Text Example
Text Example
White with #A959D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959D3; }
p { color: rgb(169,89,211); }
H1.HeaderClassName
{
color: #A959D3;
}
.AnyTagClassName
{
color: #A959D3;
}
</style>
background-color css
<style>
a { background-color: #A959D3; }
a { background-color: rgb(169,89,211); }
div.DivClassName
{
background-color: #A959D3;
}
.BgClassName
{
background-color: #A959D3;
}
</style>
border-color css
<style>
span { border-color: #A959D3; }
span { border-color: rgb(169,89,211); }
td.TdClassName
{
border-color: #A959D3;
}
.TagClassName
{
border-color: #A959D3;
}
</style>