Shades of Medium Orchid #A846CF
Tints of Medium Orchid #A846CF
RGB
CMYK
RGB Variations
Color information
#A846CF (or 0xA846CF) is known color: Medium Orchid. HEX triplet: A8, 46 and CF. RGB value is (168,70,207). Sum of RGB (Red+Green+Blue) = 168+70+207=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #A846CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846CF is #57B930. Grayscale: #727272. Windows color (decimal): -5749041 or 13584040. OLE color: 13584040.
HSL color Cylindrical-coordinate representation of color #A846CF: hue angle of 282.92º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A846CF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 70 | 207 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.19 |
| HSL | 282.92º | 0.59% | 0.54% | - |
| HSV(B) | 282.92º | 0.66% | 0.81% | - |
| XYZ | 29.6 | 17.21 | 60.79 | - |
| YUV | 114.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 207 | 0.19 | 0.66 | 0 | 0.19 | 282.92 | 0.59 | 0.54 |
| Hex | A8 | 46 | CF | 13 | 42 | 0 | 13 | 11B | 3B | 36 |
| Octal | 250 | 106 | 317 | 23 | 102 | 0 | 23 | 433 | 73 | 66 |
| Binary | 10101000 | 1000110 | 11001111 | 10011 | 1000010 | 0 | 10011 | 100011011 | 111011 | 110110 |
Color Harmonies of #A846CF
Complementary color
Monochromatic Colors of #A846CF
Black with #A846CF
Text Example
Text Example
White with #A846CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846CF; }
p { color: rgb(168,70,207); }
H1.HeaderClassName
{
color: #A846CF;
}
.AnyTagClassName
{
color: #A846CF;
}
</style>
background-color css
<style>
a { background-color: #A846CF; }
a { background-color: rgb(168,70,207); }
div.DivClassName
{
background-color: #A846CF;
}
.BgClassName
{
background-color: #A846CF;
}
</style>
border-color css
<style>
span { border-color: #A846CF; }
span { border-color: rgb(168,70,207); }
td.TdClassName
{
border-color: #A846CF;
}
.TagClassName
{
border-color: #A846CF;
}
</style>