Shades of Medium Orchid #A751DD
Tints of Medium Orchid #A751DD
RGB
CMYK
RGB Variations
Color information
#A751DD (or 0xA751DD) is known color: Medium Orchid. HEX triplet: A7, 51 and DD. RGB value is (167,81,221). Sum of RGB (Red+Green+Blue) = 167+81+221=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #A751DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751DD is #58AE22. Grayscale: #7A7A7A. Windows color (decimal): -5811747 or 14504359. OLE color: 14504359.
HSL color Cylindrical-coordinate representation of color #A751DD: hue angle of 276.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A751DD is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 81 | 221 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.13 |
| HSL | 276.86º | 0.67% | 0.59% | - |
| HSV(B) | 276.86º | 0.63% | 0.87% | - |
| XYZ | 31.93 | 19.32 | 70.45 | - |
| YUV | 122.67 | 183.49 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 221 | 0.24 | 0.63 | 0 | 0.13 | 276.86 | 0.67 | 0.59 |
| Hex | A7 | 51 | DD | 18 | 3F | 0 | D | 115 | 43 | 3B |
| Octal | 247 | 121 | 335 | 30 | 77 | 0 | 15 | 425 | 103 | 73 |
| Binary | 10100111 | 1010001 | 11011101 | 11000 | 111111 | 0 | 1101 | 100010101 | 1000011 | 111011 |
Color Harmonies of #A751DD
Complementary color
Monochromatic Colors of #A751DD
Black with #A751DD
Text Example
Text Example
White with #A751DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751DD; }
p { color: rgb(167,81,221); }
H1.HeaderClassName
{
color: #A751DD;
}
.AnyTagClassName
{
color: #A751DD;
}
</style>
background-color css
<style>
a { background-color: #A751DD; }
a { background-color: rgb(167,81,221); }
div.DivClassName
{
background-color: #A751DD;
}
.BgClassName
{
background-color: #A751DD;
}
</style>
border-color css
<style>
span { border-color: #A751DD; }
span { border-color: rgb(167,81,221); }
td.TdClassName
{
border-color: #A751DD;
}
.TagClassName
{
border-color: #A751DD;
}
</style>