Shades of Medium Orchid #A551D9
Tints of Medium Orchid #A551D9
RGB
CMYK
RGB Variations
Color information
#A551D9 (or 0xA551D9) is known color: Medium Orchid. HEX triplet: A5, 51 and D9. RGB value is (165,81,217). Sum of RGB (Red+Green+Blue) = 165+81+217=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #A551D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551D9 is #5AAE26. Grayscale: #797979. Windows color (decimal): -5942823 or 14242213. OLE color: 14242213.
HSL color Cylindrical-coordinate representation of color #A551D9: hue angle of 277.06º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A551D9 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 81 | 217 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.15 |
| HSL | 277.06º | 0.64% | 0.58% | - |
| HSV(B) | 277.06º | 0.63% | 0.85% | - |
| XYZ | 30.98 | 18.89 | 67.66 | - |
| YUV | 121.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 217 | 0.24 | 0.63 | 0 | 0.15 | 277.06 | 0.64 | 0.58 |
| Hex | A5 | 51 | D9 | 18 | 3F | 0 | F | 115 | 40 | 3A |
| Octal | 245 | 121 | 331 | 30 | 77 | 0 | 17 | 425 | 100 | 72 |
| Binary | 10100101 | 1010001 | 11011001 | 11000 | 111111 | 0 | 1111 | 100010101 | 1000000 | 111010 |
Color Harmonies of #A551D9
Complementary color
Monochromatic Colors of #A551D9
Black with #A551D9
Text Example
Text Example
White with #A551D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551D9; }
p { color: rgb(165,81,217); }
H1.HeaderClassName
{
color: #A551D9;
}
.AnyTagClassName
{
color: #A551D9;
}
</style>
background-color css
<style>
a { background-color: #A551D9; }
a { background-color: rgb(165,81,217); }
div.DivClassName
{
background-color: #A551D9;
}
.BgClassName
{
background-color: #A551D9;
}
</style>
border-color css
<style>
span { border-color: #A551D9; }
span { border-color: rgb(165,81,217); }
td.TdClassName
{
border-color: #A551D9;
}
.TagClassName
{
border-color: #A551D9;
}
</style>