Shades of Medium Orchid #A847EE
Tints of Medium Orchid #A847EE
RGB
CMYK
RGB Variations
Color information
#A847EE (or 0xA847EE) is known color: Medium Orchid. HEX triplet: A8, 47 and EE. RGB value is (168,71,238). Sum of RGB (Red+Green+Blue) = 168+71+238=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A847EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A847EE is #57B811. Grayscale: #767676. Windows color (decimal): -5748754 or 15615912. OLE color: 15615912.
HSL color Cylindrical-coordinate representation of color #A847EE: hue angle of 274.85º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A847EE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 71 | 238 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.07 |
| HSL | 274.85º | 0.83% | 0.61% | - |
| HSV(B) | 274.85º | 0.7% | 0.93% | - |
| XYZ | 33.83 | 19 | 82.77 | - |
| YUV | 119.04 | 195.14 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 238 | 0.29 | 0.70 | 0 | 0.07 | 274.85 | 0.83 | 0.61 |
| Hex | A8 | 47 | EE | 1D | 46 | 0 | 7 | 113 | 53 | 3D |
| Octal | 250 | 107 | 356 | 35 | 106 | 0 | 7 | 423 | 123 | 75 |
| Binary | 10101000 | 1000111 | 11101110 | 11101 | 1000110 | 0 | 111 | 100010011 | 1010011 | 111101 |
Color Harmonies of #A847EE
Complementary color
Monochromatic Colors of #A847EE
Black with #A847EE
Text Example
Text Example
White with #A847EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A847EE; }
p { color: rgb(168,71,238); }
H1.HeaderClassName
{
color: #A847EE;
}
.AnyTagClassName
{
color: #A847EE;
}
</style>
background-color css
<style>
a { background-color: #A847EE; }
a { background-color: rgb(168,71,238); }
div.DivClassName
{
background-color: #A847EE;
}
.BgClassName
{
background-color: #A847EE;
}
</style>
border-color css
<style>
span { border-color: #A847EE; }
span { border-color: rgb(168,71,238); }
td.TdClassName
{
border-color: #A847EE;
}
.TagClassName
{
border-color: #A847EE;
}
</style>