Shades of Medium Orchid #A851DD
Tints of Medium Orchid #A851DD
RGB
CMYK
RGB Variations
Color information
#A851DD (or 0xA851DD) is known color: Medium Orchid. HEX triplet: A8, 51 and DD. RGB value is (168,81,221). Sum of RGB (Red+Green+Blue) = 168+81+221=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A851DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851DD is #57AE22. Grayscale: #7A7A7A. Windows color (decimal): -5746211 or 14504360. OLE color: 14504360.
HSL color Cylindrical-coordinate representation of color #A851DD: hue angle of 277.29º 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 #A851DD is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 81 | 221 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.13 |
| HSL | 277.29º | 0.67% | 0.59% | - |
| HSV(B) | 277.29º | 0.63% | 0.87% | - |
| XYZ | 32.14 | 19.43 | 70.46 | - |
| YUV | 122.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 221 | 0.24 | 0.63 | 0 | 0.13 | 277.29 | 0.67 | 0.59 |
| Hex | A8 | 51 | DD | 18 | 3F | 0 | D | 115 | 43 | 3B |
| Octal | 250 | 121 | 335 | 30 | 77 | 0 | 15 | 425 | 103 | 73 |
| Binary | 10101000 | 1010001 | 11011101 | 11000 | 111111 | 0 | 1101 | 100010101 | 1000011 | 111011 |
Color Harmonies of #A851DD
Complementary color
Monochromatic Colors of #A851DD
Black with #A851DD
Text Example
Text Example
White with #A851DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851DD; }
p { color: rgb(168,81,221); }
H1.HeaderClassName
{
color: #A851DD;
}
.AnyTagClassName
{
color: #A851DD;
}
</style>
background-color css
<style>
a { background-color: #A851DD; }
a { background-color: rgb(168,81,221); }
div.DivClassName
{
background-color: #A851DD;
}
.BgClassName
{
background-color: #A851DD;
}
</style>
border-color css
<style>
span { border-color: #A851DD; }
span { border-color: rgb(168,81,221); }
td.TdClassName
{
border-color: #A851DD;
}
.TagClassName
{
border-color: #A851DD;
}
</style>