Shades of Medium Orchid #A847DC
Tints of Medium Orchid #A847DC
RGB
CMYK
RGB Variations
Color information
#A847DC (or 0xA847DC) is known color: Medium Orchid. HEX triplet: A8, 47 and DC. RGB value is (168,71,220). Sum of RGB (Red+Green+Blue) = 168+71+220=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A847DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A847DC is #57B823. Grayscale: #747474. Windows color (decimal): -5748772 or 14436264. OLE color: 14436264.
HSL color Cylindrical-coordinate representation of color #A847DC: hue angle of 279.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A847DC is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 71 | 220 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.14 |
| HSL | 279.06º | 0.68% | 0.57% | - |
| HSV(B) | 279.06º | 0.68% | 0.86% | - |
| XYZ | 31.32 | 18 | 69.53 | - |
| YUV | 116.99 | 186.14 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 220 | 0.24 | 0.68 | 0 | 0.14 | 279.06 | 0.68 | 0.57 |
| Hex | A8 | 47 | DC | 18 | 44 | 0 | E | 117 | 44 | 39 |
| Octal | 250 | 107 | 334 | 30 | 104 | 0 | 16 | 427 | 104 | 71 |
| Binary | 10101000 | 1000111 | 11011100 | 11000 | 1000100 | 0 | 1110 | 100010111 | 1000100 | 111001 |
Color Harmonies of #A847DC
Complementary color
Monochromatic Colors of #A847DC
Black with #A847DC
Text Example
Text Example
White with #A847DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A847DC; }
p { color: rgb(168,71,220); }
H1.HeaderClassName
{
color: #A847DC;
}
.AnyTagClassName
{
color: #A847DC;
}
</style>
background-color css
<style>
a { background-color: #A847DC; }
a { background-color: rgb(168,71,220); }
div.DivClassName
{
background-color: #A847DC;
}
.BgClassName
{
background-color: #A847DC;
}
</style>
border-color css
<style>
span { border-color: #A847DC; }
span { border-color: rgb(168,71,220); }
td.TdClassName
{
border-color: #A847DC;
}
.TagClassName
{
border-color: #A847DC;
}
</style>