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