Shades of Medium Orchid #A959DD
Tints of Medium Orchid #A959DD
RGB
CMYK
RGB Variations
Color information
#A959DD (or 0xA959DD) is known color: Medium Orchid. HEX triplet: A9, 59 and DD. RGB value is (169,89,221). Sum of RGB (Red+Green+Blue) = 169+89+221=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #A959DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959DD is #56A622. Grayscale: #7F7F7F. Windows color (decimal): -5678627 or 14506409. OLE color: 14506409.
HSL color Cylindrical-coordinate representation of color #A959DD: hue angle of 276.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A959DD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 89 | 221 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.13 |
| HSL | 276.36º | 0.66% | 0.61% | - |
| HSV(B) | 276.36º | 0.6% | 0.87% | - |
| XYZ | 32.99 | 20.8 | 70.68 | - |
| YUV | 127.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 221 | 0.24 | 0.60 | 0 | 0.13 | 276.36 | 0.66 | 0.61 |
| Hex | A9 | 59 | DD | 18 | 3C | 0 | D | 114 | 42 | 3D |
| Octal | 251 | 131 | 335 | 30 | 74 | 0 | 15 | 424 | 102 | 75 |
| Binary | 10101001 | 1011001 | 11011101 | 11000 | 111100 | 0 | 1101 | 100010100 | 1000010 | 111101 |
Color Harmonies of #A959DD
Complementary color
Monochromatic Colors of #A959DD
Black with #A959DD
Text Example
Text Example
White with #A959DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959DD; }
p { color: rgb(169,89,221); }
H1.HeaderClassName
{
color: #A959DD;
}
.AnyTagClassName
{
color: #A959DD;
}
</style>
background-color css
<style>
a { background-color: #A959DD; }
a { background-color: rgb(169,89,221); }
div.DivClassName
{
background-color: #A959DD;
}
.BgClassName
{
background-color: #A959DD;
}
</style>
border-color css
<style>
span { border-color: #A959DD; }
span { border-color: rgb(169,89,221); }
td.TdClassName
{
border-color: #A959DD;
}
.TagClassName
{
border-color: #A959DD;
}
</style>