Shades of Medium Orchid #A847EF
Tints of Medium Orchid #A847EF
RGB
CMYK
RGB Variations
Color information
#A847EF (or 0xA847EF) is known color: Medium Orchid. HEX triplet: A8, 47 and EF. RGB value is (168,71,239). Sum of RGB (Red+Green+Blue) = 168+71+239=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #A847EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A847EF is #57B810. Grayscale: #767676. Windows color (decimal): -5748753 or 15681448. OLE color: 15681448.
HSL color Cylindrical-coordinate representation of color #A847EF: hue angle of 274.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A847EF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 71 | 239 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.06 |
| HSL | 274.64º | 0.84% | 0.61% | - |
| HSV(B) | 274.64º | 0.7% | 0.94% | - |
| XYZ | 33.98 | 19.06 | 83.55 | - |
| YUV | 119.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 239 | 0.30 | 0.70 | 0 | 0.06 | 274.64 | 0.84 | 0.61 |
| Hex | A8 | 47 | EF | 1E | 46 | 0 | 6 | 113 | 54 | 3D |
| Octal | 250 | 107 | 357 | 36 | 106 | 0 | 6 | 423 | 124 | 75 |
| Binary | 10101000 | 1000111 | 11101111 | 11110 | 1000110 | 0 | 110 | 100010011 | 1010100 | 111101 |
Color Harmonies of #A847EF
Complementary color
Monochromatic Colors of #A847EF
Black with #A847EF
Text Example
Text Example
White with #A847EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A847EF; }
p { color: rgb(168,71,239); }
H1.HeaderClassName
{
color: #A847EF;
}
.AnyTagClassName
{
color: #A847EF;
}
</style>
background-color css
<style>
a { background-color: #A847EF; }
a { background-color: rgb(168,71,239); }
div.DivClassName
{
background-color: #A847EF;
}
.BgClassName
{
background-color: #A847EF;
}
</style>
border-color css
<style>
span { border-color: #A847EF; }
span { border-color: rgb(168,71,239); }
td.TdClassName
{
border-color: #A847EF;
}
.TagClassName
{
border-color: #A847EF;
}
</style>