Shades of Medium Orchid #A847CC
Tints of Medium Orchid #A847CC
RGB
CMYK
RGB Variations
Color information
#A847CC (or 0xA847CC) is known color: Medium Orchid. HEX triplet: A8, 47 and CC. RGB value is (168,71,204). Sum of RGB (Red+Green+Blue) = 168+71+204=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #A847CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A847CC is #57B833. Grayscale: #727272. Windows color (decimal): -5748788 or 13387688. OLE color: 13387688.
HSL color Cylindrical-coordinate representation of color #A847CC: hue angle of 283.76º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A847CC is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 71 | 204 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.2 |
| HSL | 283.76º | 0.57% | 0.54% | - |
| HSV(B) | 283.76º | 0.65% | 0.8% | - |
| XYZ | 29.3 | 17.19 | 58.9 | - |
| YUV | 115.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 204 | 0.18 | 0.65 | 0 | 0.2 | 283.76 | 0.57 | 0.54 |
| Hex | A8 | 47 | CC | 12 | 41 | 0 | 14 | 11C | 39 | 36 |
| Octal | 250 | 107 | 314 | 22 | 101 | 0 | 24 | 434 | 71 | 66 |
| Binary | 10101000 | 1000111 | 11001100 | 10010 | 1000001 | 0 | 10100 | 100011100 | 111001 | 110110 |
Color Harmonies of #A847CC
Complementary color
Monochromatic Colors of #A847CC
Black with #A847CC
Text Example
Text Example
White with #A847CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A847CC; }
p { color: rgb(168,71,204); }
H1.HeaderClassName
{
color: #A847CC;
}
.AnyTagClassName
{
color: #A847CC;
}
</style>
background-color css
<style>
a { background-color: #A847CC; }
a { background-color: rgb(168,71,204); }
div.DivClassName
{
background-color: #A847CC;
}
.BgClassName
{
background-color: #A847CC;
}
</style>
border-color css
<style>
span { border-color: #A847CC; }
span { border-color: rgb(168,71,204); }
td.TdClassName
{
border-color: #A847CC;
}
.TagClassName
{
border-color: #A847CC;
}
</style>