Shades of Medium Orchid #A847DD
Tints of Medium Orchid #A847DD
RGB
CMYK
RGB Variations
Color information
#A847DD (or 0xA847DD) is known color: Medium Orchid. HEX triplet: A8, 47 and DD. RGB value is (168,71,221). Sum of RGB (Red+Green+Blue) = 168+71+221=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A847DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A847DD is #57B822. Grayscale: #747474. Windows color (decimal): -5748771 or 14501800. OLE color: 14501800.
HSL color Cylindrical-coordinate representation of color #A847DD: hue angle of 278.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A847DD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 71 | 221 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.13 |
| HSL | 278.8º | 0.69% | 0.57% | - |
| HSV(B) | 278.8º | 0.68% | 0.87% | - |
| XYZ | 31.45 | 18.05 | 70.23 | - |
| YUV | 117.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 221 | 0.24 | 0.68 | 0 | 0.13 | 278.8 | 0.69 | 0.57 |
| Hex | A8 | 47 | DD | 18 | 44 | 0 | D | 117 | 45 | 39 |
| Octal | 250 | 107 | 335 | 30 | 104 | 0 | 15 | 427 | 105 | 71 |
| Binary | 10101000 | 1000111 | 11011101 | 11000 | 1000100 | 0 | 1101 | 100010111 | 1000101 | 111001 |
Color Harmonies of #A847DD
Complementary color
Monochromatic Colors of #A847DD
Black with #A847DD
Text Example
Text Example
White with #A847DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A847DD; }
p { color: rgb(168,71,221); }
H1.HeaderClassName
{
color: #A847DD;
}
.AnyTagClassName
{
color: #A847DD;
}
</style>
background-color css
<style>
a { background-color: #A847DD; }
a { background-color: rgb(168,71,221); }
div.DivClassName
{
background-color: #A847DD;
}
.BgClassName
{
background-color: #A847DD;
}
</style>
border-color css
<style>
span { border-color: #A847DD; }
span { border-color: rgb(168,71,221); }
td.TdClassName
{
border-color: #A847DD;
}
.TagClassName
{
border-color: #A847DD;
}
</style>