Shades of Medium Orchid #A751D9
Tints of Medium Orchid #A751D9
RGB
CMYK
RGB Variations
Color information
#A751D9 (or 0xA751D9) is known color: Medium Orchid. HEX triplet: A7, 51 and D9. RGB value is (167,81,217). Sum of RGB (Red+Green+Blue) = 167+81+217=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #A751D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751D9 is #58AE26. Grayscale: #797979. Windows color (decimal): -5811751 or 14242215. OLE color: 14242215.
HSL color Cylindrical-coordinate representation of color #A751D9: hue angle of 277.94º 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 #A751D9 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 81 | 217 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.15 |
| HSL | 277.94º | 0.64% | 0.58% | - |
| HSV(B) | 277.94º | 0.63% | 0.85% | - |
| XYZ | 31.4 | 19.11 | 67.68 | - |
| YUV | 122.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 217 | 0.23 | 0.63 | 0 | 0.15 | 277.94 | 0.64 | 0.58 |
| Hex | A7 | 51 | D9 | 17 | 3F | 0 | F | 116 | 40 | 3A |
| Octal | 247 | 121 | 331 | 27 | 77 | 0 | 17 | 426 | 100 | 72 |
| Binary | 10100111 | 1010001 | 11011001 | 10111 | 111111 | 0 | 1111 | 100010110 | 1000000 | 111010 |
Color Harmonies of #A751D9
Complementary color
Monochromatic Colors of #A751D9
Black with #A751D9
Text Example
Text Example
White with #A751D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751D9; }
p { color: rgb(167,81,217); }
H1.HeaderClassName
{
color: #A751D9;
}
.AnyTagClassName
{
color: #A751D9;
}
</style>
background-color css
<style>
a { background-color: #A751D9; }
a { background-color: rgb(167,81,217); }
div.DivClassName
{
background-color: #A751D9;
}
.BgClassName
{
background-color: #A751D9;
}
</style>
border-color css
<style>
span { border-color: #A751D9; }
span { border-color: rgb(167,81,217); }
td.TdClassName
{
border-color: #A751D9;
}
.TagClassName
{
border-color: #A751D9;
}
</style>